Boost logo

Boost-Build :

Subject: Re: [Boost-build] switch off linker option --strip-all
From: Juraj Ivanèiæ (juraj.ivancic_at_[hidden])
Date: 2011-04-21 10:13:23


On 21.4.2011 3:57, Andrej van der Zee wrote:
> Hi,
>
> I am trying to define a variant without the linker option --strip-all
> and debug symbols off:
>
> variant valgrind :<inlining>off<debug-symbols>off <profiling>off
> <cxxflags>"-O -g" ;
>
> But it is stripping by default. How can I turn off stripping?

Try adding <strip>off.

HTH


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk