Boost logo

Boost-Build :

Subject: Re: [Boost-build] switch off linker option --strip-all
From: Andrej van der Zee (andrejvanderzee_at_[hidden])
Date: 2011-04-21 17:59:27


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'.
/usr/share/boost-build/build/property.jam:290: in property.validate
from module property
/usr/share/boost-build/tools/builtin.jam:313: in variant from module builtin
Jamroot:35: in modules.load from module Jamfile</home/andrej/git/tcpip>
/usr/share/boost-build/build/project.jam:312: in load-jamfile from
module project
/usr/share/boost-build/build/project.jam:68: in load from module project
/usr/share/boost-build/build/project.jam:170: in project.find from
module project
/usr/share/boost-build/build-system.jam:248: in load from module build-system
/usr/share/boost-build/kernel/modules.jam:261: in import from module modules
/usr/share/boost-build/kernel/bootstrap.jam:132: in boost-build from module
/usr/share/boost-build/boost-build.jam:1: in module scope from module


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