summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-08-01 08:32:11 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-08-01 08:32:11 (GMT)
commit4c1730db7c8735d2424471e63a2fa7d690192899 (patch)
tree81354d949ddcf62efee2d38b5104a84fcb603c67 /PCbuild
parent06c5c6d694481a3c1e09420756f8ad6ca1762d0f (diff)
downloadcpython-4c1730db7c8735d2424471e63a2fa7d690192899.zip
cpython-4c1730db7c8735d2424471e63a2fa7d690192899.tar.gz
cpython-4c1730db7c8735d2424471e63a2fa7d690192899.tar.bz2
Issue #8847: Disable COMDAT folding in Windows PGO builds.
Analysis by Victor Stinner. Patch by Stefan Krah.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pginstrument.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pginstrument.vsprops b/PCbuild/pginstrument.vsprops
index 38c5f18..99c117b 100644
--- a/PCbuild/pginstrument.vsprops
+++ b/PCbuild/pginstrument.vsprops
@@ -22,7 +22,7 @@
<Tool
Name="VCLinkerTool"
OptimizeReferences="2"
- EnableCOMDATFolding="2"
+ EnableCOMDATFolding="1"
LinkTimeCodeGeneration="2"
ProfileGuidedDatabase="$(SolutionDir)$(PlatformName)-pgi\$(TargetName).pgd"
ImportLibrary="$(OutDirPGI)\$(TargetName).lib"