From 5b0e2801472c848edcc79795d702a1948cbd28ea Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 12 Nov 2015 15:31:48 +0800 Subject: [PATCH] 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. --- build/win32/vs10/atk.vcxprojin | 2 -- 1 file changed, 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 @@ true true $(OutDir)$(ProjectName)-$(ApiVersion).lib - UseLinkTimeCodeGeneration MachineX86 @@ -154,7 +153,6 @@ true true $(TargetDir)$(ProjectName)-$(ApiVersion).lib - UseLinkTimeCodeGeneration MachineX64 -- 2.7.4