$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: DJB (usrlocalinfo_at_[hidden])
Date: 2005-01-29 18:48:46
I'd like to specify /GS (or /RTCs, /RTCu, /RTCc) as cflag values from
the command-line.
Unfortunately, doing so causes an error in boost-build.
Is there a workaround for this or am I doing something wrong?
For example:
bjam --v2 -d4 threading=multi \
link-runtime=static \
msvc-7.1 release \
cxxflags=/GS \
someProject