Subject: Re: [boost] Suppressing boost.thread and boost.system symbols inshared library
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2013-08-01 18:29:16


On Thursday 01 August 2013 23:54:34 Philip Bennefall wrote:
> Hi Andrey,
>
> Thank you for your quick response! If I understand you correctly, I won't
> get the result I'm after by doing the following?
>
> ./b2 variant=release link=static runtime-link=static threading=multi
> cxxflags="-fvisibility=hidden -fvisibility-inlines-hidden" --with-system
> --with-thread
>
> If I could do something like that, it'd be ideal. Will this not work?

It should compile with all symbols hidden unless marked otherwise.