$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-05-07 02:22:46
Zbynek Winkler wrote:
> This is the command line used for final linking stage of my debug build:
>
> LINK /DEBUG /OPT:REF,ICF /subsystem:console
> /out:"test\bin\msvc\debug\main-target-test\test.exe "
> @"test\bin\msvc\debug\main-target-test\test.rsp"
>
> I am getting a warning:
> LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /OPT specification
>
> Why is there /OPT option even for debug build? Is that a bug or a feature?
The msvc support was implemented by David Abrahams. Dave, can you comment on
this issue?
Thanks,
Volodya