From b3ed3ef51b3de58b9a07c7f5bf84709524f5e9c8 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 12 Nov 2015 15:39:40 +0800 Subject: MSVC 2010+ builds: Do not explicitly use /LTCG This partially reverts 9bd5863. 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/gdk-pixbuf-csource.vcxproj | 2 -- build/win32/vs10/gdk-pixbuf-pixdata.vcxproj | 2 -- build/win32/vs10/gdk-pixbuf-query-loaders.vcxproj | 2 -- build/win32/vs10/gdk-pixbuf.vcxprojin | 4 ---- 4 files changed, 10 deletions(-) diff --git a/build/win32/vs10/gdk-pixbuf-csource.vcxproj b/build/win32/vs10/gdk-pixbuf-csource.vcxproj index 2376eb7a8..6d03735ca 100644 --- a/build/win32/vs10/gdk-pixbuf-csource.vcxproj +++ b/build/win32/vs10/gdk-pixbuf-csource.vcxproj @@ -114,7 +114,6 @@ false - UseLinkTimeCodeGeneration MachineX86 @@ -162,7 +161,6 @@ false - UseLinkTimeCodeGeneration MachineX64 diff --git a/build/win32/vs10/gdk-pixbuf-pixdata.vcxproj b/build/win32/vs10/gdk-pixbuf-pixdata.vcxproj index 1bfb7b563..c5b378796 100644 --- a/build/win32/vs10/gdk-pixbuf-pixdata.vcxproj +++ b/build/win32/vs10/gdk-pixbuf-pixdata.vcxproj @@ -107,7 +107,6 @@ Console true true - UseLinkTimeCodeGeneration MachineX86 @@ -155,7 +154,6 @@ false - UseLinkTimeCodeGeneration MachineX64 diff --git a/build/win32/vs10/gdk-pixbuf-query-loaders.vcxproj b/build/win32/vs10/gdk-pixbuf-query-loaders.vcxproj index 3a5f19c26..9d27e4cc5 100644 --- a/build/win32/vs10/gdk-pixbuf-query-loaders.vcxproj +++ b/build/win32/vs10/gdk-pixbuf-query-loaders.vcxproj @@ -111,7 +111,6 @@ Console true true - UseLinkTimeCodeGeneration MachineX86 @@ -159,7 +158,6 @@ false - UseLinkTimeCodeGeneration MachineX64 diff --git a/build/win32/vs10/gdk-pixbuf.vcxprojin b/build/win32/vs10/gdk-pixbuf.vcxprojin index 3e029387d..4d22b7630 100644 --- a/build/win32/vs10/gdk-pixbuf.vcxprojin +++ b/build/win32/vs10/gdk-pixbuf.vcxprojin @@ -183,7 +183,6 @@ false - UseLinkTimeCodeGeneration MachineX86 @@ -230,7 +229,6 @@ Windows true true - UseLinkTimeCodeGeneration MachineX64 @@ -287,7 +285,6 @@ false - UseLinkTimeCodeGeneration MachineX86 @@ -334,7 +331,6 @@ Windows true true - UseLinkTimeCodeGeneration MachineX64 -- cgit v1.2.1