Boost logo

Boost-Build :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2007-11-07 08:02:07


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"

but it does not seem to do what I want. Using -d2, I donøt see the
compiler switches being defined.

Is there an easy way?

Thanks

-Thorsten


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk