|
Boost-Build : |
Subject: Re: [Boost-build] bjam - no strip option
From: Anthony Foglia (AFoglia_at_[hidden])
Date: 2009-10-22 11:00:23
Anant Rao wrote:
> If I build a release version on linux using gcc, the symbols are all stripped out because it uses the '--strip-all' linker option.
> Is there a way to disable this option? If so, how to do it?
Try setting the debug-symbol feature to on. So in your Jamroot:
project
: requirements
<debug-symbols>on
;
-- Anthony Foglia Princeton Consultants (609) 987-8787 x233
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