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