|
Boost-Build : |
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-12-05 06:02:24
Is it ok if I add the following lines to "msvc-tools.jam"?
# The linker disables the default optimizations when using /DEBUG.
# Whe have to enable them manually for release builds with debug
# symbols.
flags msvc LINKFLAGS <debug-symbols>on/<runtime-build>release :
/OPT:REF,ICF ;
Markus
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