$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-06-28 12:15:34
frederic.bron_at_[hidden] wrote:
>
>
> That's what I do (adding cflags="-mno-cygwin" cxxflags=... on bjam command
> line) but the flags are not given to g++. I can see it when using -d2
> option of bjam.
That's not what the docs I've pointed at suggest. The docs describe how
to specify compiler option when initializing the gcc toolset in
user-config.jam. Options specified there will always be applied,
for all projects.
- Volodya