$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] bjam - no strip option
From: Anant Rao (arao_at_[hidden])
Date: 2009-10-22 09:37:56
Hi,
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?
Thanks a lot,
Anant