$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Building Boost libs on Scratchbox/ARM
From: Tobias Oberstein (tobias.oberstein_at_[hidden])
Date: 2008-09-22 12:17:47
>> However, when building I only see gcc.compile.c++
>> as compile command. How do I know if the options are actually used?
>
> bjam -d+2 ...
>
> prints the command lines used.
>
> In Christ,
> Steven Watanabe
>
thx Steven! bjam is indeed issueing the correct flags for target
optimized build. fine ..
tgo