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 19:10:29


On 21.4.2011 23:59, Andrej van der Zee wrote:
> Hi,
>
> Thanks for your reply.
>>
>> Try adding<strip>off.
>
> That is one of the first thing I tried:
>
> variant valgrind :<strip>off<inlining>off<debug-symbols>on
> <profiling>off<cxxflags>"-O -g" ;
>
> This gives me:
>
> /usr/share/boost-build/build/property.jam:282: in validate1 from module property
> error: Invalid property '<strip>off': unknown feature 'strip'.

What version of boost build are you using? This feature has
been added relatively recently (rev. 58331 i.e. dec 2009.).
It is declared in tools/builtin.jam. It seems that since then
release variant binaries are not stripped at all, so if you
update you could avoid creating a special valgrind variant
all together.


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