diff options
| author | hrydgard <hrydgard@gmail.com> | 2011-02-05 20:14:23 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2011-02-05 20:14:23 +0000 |
| commit | 3201b61b5285c4426b7f0ba8da19d1a1dfd4d20d (patch) | |
| tree | 706787cda81de1ab037a1818279f806833c7e8c3 /Source/Core/Common | |
| parent | c36ed08cfcfdb94708d1b32081808f58eb87f1b1 (diff) | |
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
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/SVNRevGen.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Common/SVNRevGen.vcproj b/Source/Core/Common/SVNRevGen.vcproj index a5997f5fbb..1ecfefb805 100644 --- a/Source/Core/Common/SVNRevGen.vcproj +++ b/Source/Core/Common/SVNRevGen.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9.00" + Version="9,00" Name="SVNRevGen" ProjectGUID="{B807E8DB-4241-4754-BC2A-2F435BCA881A}" RootNamespace="SVNRevGen" @@ -21,7 +21,7 @@ IntermediateDirectory="$(ConfigurationName)" ConfigurationType="10" CharacterSet="2" - WholeProgramOptimization="1" + WholeProgramOptimization="0" > <Tool Name="VCPreBuildEventTool" |
