From db3d4d4c6edbd46b41a40b1550a413b1935b2926 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 12 Nov 2015 15:35:50 +0800 Subject: MSVC 2010+ builds: Do not explicitly use /LTCG This partially reverts 03e60dc. 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. --- build/win32/vs10/pango.vcxprojin | 2 -- build/win32/vs10/pangocairo.vcxprojin | 5 ----- build/win32/vs10/pangoft2.vcxprojin | 2 -- build/win32/vs10/pangowin32.vcxprojin | 2 -- 4 files changed, 11 deletions(-) diff --git a/build/win32/vs10/pango.vcxprojin b/build/win32/vs10/pango.vcxprojin index 093c20cf..24583617 100644 --- a/build/win32/vs10/pango.vcxprojin +++ b/build/win32/vs10/pango.vcxprojin @@ -110,7 +110,6 @@ Windows true true - UseLinkTimeCodeGeneration MachineX86 @@ -152,7 +151,6 @@ Windows true true - UseLinkTimeCodeGeneration MachineX64 diff --git a/build/win32/vs10/pangocairo.vcxprojin b/build/win32/vs10/pangocairo.vcxprojin index 60af4416..1d9d04be 100644 --- a/build/win32/vs10/pangocairo.vcxprojin +++ b/build/win32/vs10/pangocairo.vcxprojin @@ -176,7 +176,6 @@ Windows true true - UseLinkTimeCodeGeneration MachineX86 @@ -200,7 +199,6 @@ $(TargetDir)$(ProjectName)-$(ApiVersion).lib true Windows - UseLinkTimeCodeGeneration MachineX64 @@ -222,7 +220,6 @@ Windows true true - UseLinkTimeCodeGeneration MachineX64 @@ -266,7 +263,6 @@ Windows true true - UseLinkTimeCodeGeneration MachineX86 @@ -310,7 +306,6 @@ Windows true true - UseLinkTimeCodeGeneration MachineX64 diff --git a/build/win32/vs10/pangoft2.vcxprojin b/build/win32/vs10/pangoft2.vcxprojin index e9a59a08..d7a3f58a 100644 --- a/build/win32/vs10/pangoft2.vcxprojin +++ b/build/win32/vs10/pangoft2.vcxprojin @@ -114,7 +114,6 @@ Windows true true - UseLinkTimeCodeGeneration MachineX86 @@ -160,7 +159,6 @@ Windows true true - UseLinkTimeCodeGeneration MachineX64 diff --git a/build/win32/vs10/pangowin32.vcxprojin b/build/win32/vs10/pangowin32.vcxprojin index 169afe74..c9d5d478 100644 --- a/build/win32/vs10/pangowin32.vcxprojin +++ b/build/win32/vs10/pangowin32.vcxprojin @@ -128,7 +128,6 @@ Windows true true - UseLinkTimeCodeGeneration MachineX86 @@ -172,7 +171,6 @@ Windows true true - UseLinkTimeCodeGeneration MachineX64 -- cgit v1.2.1