$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-12-05 09:27:47
David Abrahams wrote: > Markus Schöpflin
<markus.schoepflin_at_[hidden]> writes:
>
>>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 ;
>
> Fine with me!
Ok, done.
Markus