$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-11-07 08:22:04
Thorsten Ottosen wrote:
> Dear all,
>
> I want to add extra compilation flags to one compiler, but only for the
> release build. I tried the following:
>
> <toolset>msvc-8.0:<variant>release:<cxxflags>"/GF /GL /Ox /Ot
> /fp:fast /arch:SSE2 "
> <toolset>msvc-8.0:<variant>release:<linkflags>"/LTCG /opt:ref
> /opt:icf"
Looking at
http://boost.org/boost-build2/doc/html/bbv2/advanced/targets.html#bbv2.advanced.targets.requirements
I see a different syntax for the case where condition has several features.
- Volodya