$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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