summaryrefslogtreecommitdiff
path: root/build/win32/vs10/gsettings.vcxproj
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-11-12 15:26:20 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-11-12 15:26:20 +0800
commitc50bb218de95e1f4278fb1b4ad5f300b13364b85 (patch)
tree8dcc6e82e9110109f6342b309162796879389e0f /build/win32/vs10/gsettings.vcxproj
parentdb4df9908e0137c14f5aeeefba899240c4724970 (diff)
downloadglib-c50bb218de95e1f4278fb1b4ad5f300b13364b85.tar.gz
MSVC 2010+ builds: Do not explicitly use /LTCG
This partially reverts dc4361f. 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.
Diffstat (limited to 'build/win32/vs10/gsettings.vcxproj')
-rw-r--r--build/win32/vs10/gsettings.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/win32/vs10/gsettings.vcxproj b/build/win32/vs10/gsettings.vcxproj
index 331c5ec9b..f74913b80 100644
--- a/build/win32/vs10/gsettings.vcxproj
+++ b/build/win32/vs10/gsettings.vcxproj
@@ -133,7 +133,6 @@
<SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
- <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
@@ -156,7 +155,6 @@
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
- <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
<TargetMachine>MachineX64</TargetMachine>
</Link>
</ItemDefinitionGroup>