Boost logo

Boost Users :

From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-02 11:42:57


AMDG

Johan Råde wrote:
> What is the bjam command line syntax for disabling "Secure SCL" when I
> build boost with MSVC 9.0?
> Is it
>
> bjam --toolset=msvc-9.0 --cxxflags="-D_SECURE_SCL=0"

You shouldn't use "--" for features, and you can use the
define feature.

bjam toolset=msvc-9.0 define=_SECURE_SCL=0

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net