Disable LTCG in debug builds

Originally committed to SVN as r5928.
This commit is contained in:
Thomas Goyne 2011-11-28 23:57:33 +00:00
parent 371bda4f2b
commit d061e81ada
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
OptimizeReferences="1"
EnableCOMDATFolding="1"
LinkTimeCodeGeneration="0"
RandomizedBaseAddress="1"
/>
</VisualStudioPropertySheet>