diff options
Diffstat (limited to 'VC2008')
-rw-r--r-- | VC2008/MCServer.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index a2f94a0a0..451db26fb 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -133,11 +133,11 @@ <Tool
Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib Psapi.lib"
- LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
+ LinkTimeCodeGeneration="1"
TargetMachine="1"
/>
<Tool
|