summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-11-12 15:31:48 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-11-12 15:31:48 +0800
commit5b0e2801472c848edcc79795d702a1948cbd28ea (patch)
treeead58b1359048232f0cb84cba6a55a3561d4e837
parentfc5394e7ca78d6d6272a3591236f99c11ffc5111 (diff)
downloadatk-5b0e2801472c848edcc79795d702a1948cbd28ea.tar.gz
Revert "MSVC release builds: Ensure that /LTCG is used"
As we now ensure that items using GResources and GConstructors are always referenced so that the linker does not optimize them out in a default Release build, we no longer need to enforce the use of /LTCG, so /LTCG:incremental will work as well. This reverts commit fc5394e7ca78d6d6272a3591236f99c11ffc5111.
-rw-r--r--build/win32/vs10/atk.vcxprojin2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/win32/vs10/atk.vcxprojin b/build/win32/vs10/atk.vcxprojin
index c0c712e..f37b8c9 100644
--- a/build/win32/vs10/atk.vcxprojin
+++ b/build/win32/vs10/atk.vcxprojin
@@ -112,7 +112,6 @@
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<ImportLibrary>$(OutDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
- <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
@@ -154,7 +153,6 @@
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
- <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
<TargetMachine>MachineX64</TargetMachine>
</Link>
</ItemDefinitionGroup>