$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] switch off linker option --strip-all
From: Andrej van der Zee (andrejvanderzee_at_[hidden])
Date: 2011-04-20 21:57:30
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?
Thank you,
Andrej