$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] building bjam
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2010-07-07 12:10:33
On Jul 7, 2010, at 10:03 AM, Jan Boehme wrote:
> it seems bjam is built with debug enabled and optimizations set to
> compiler default.
Normally bjam is built optimized by default, not sure why you're
getting a debug version by default.
> Is there a chance to build it without debug symbols
> and a more aggressive optimization? Is there a way to see which
> compiler/linker arguments are used when building the bjam objects
> (like -d2 when using bjam itself) ?
Perhaps ./build.sh --release would help?
-- Noel