$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Stripping in release variant
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-12-12 18:10:04
Per earlier discussion, I've made Boost.Build not strip a binary in release variant.
The primary motivation is that stripping a binary make it impossible to even get
a backtrace, and no other tool does so. Now, one can explicitly use strip=on if desired.
- Volodya