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

View file

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