LTCG (link time code gen) was off in some projects, so turn it off in all of them so that the linker doesn't have to restart halfway through.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7084 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2011-02-05 20:14:23 +00:00
parent c36ed08cfc
commit 3201b61b52
12 changed files with 116 additions and 100 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Version="9,00"
Name="Languages"
ProjectGUID="{0B8D0A82-C520-46BA-849D-3BB8F637EE0C}"
RootNamespace="Languages"
@ -27,7 +27,7 @@
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="10"
CharacterSet="0"
WholeProgramOptimization="1"
WholeProgramOptimization="0"
>
<Tool
Name="VCPreBuildEventTool"