Visual Studio: Remove incremental linking from release target due to other option disabling it and causing warning:

Linking...
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification
This commit is contained in:
Kimmo Varis 2009-01-28 20:09:26 +00:00
parent b7b055e885
commit 3776db575c
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2" LinkIncremental="1"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="1" SubSystem="1"
OptimizeReferences="2" OptimizeReferences="2"