summaryrefslogtreecommitdiff
path: root/PCbuild/pywlauncher.vcxproj
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-08-01 11:06:53 +0200
committerMartin v. Löwis <martin@v.loewis.de>2012-08-01 11:06:53 +0200
commitd49b323270970bc8579bb59eba65235e9bc31fb3 (patch)
treeccf9b67e34620c9b691008314ca5fdbe56547a46 /PCbuild/pywlauncher.vcxproj
parentb685d19eb395dec1ead39df9770b1f77f332776f (diff)
downloadcpython-git-d49b323270970bc8579bb59eba65235e9bc31fb3.tar.gz
Issue #8847: Disable COMDAT folding in Windows PGO builds.
Patch by Stefan Krah.
Diffstat (limited to 'PCbuild/pywlauncher.vcxproj')
-rw-r--r--PCbuild/pywlauncher.vcxproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/pywlauncher.vcxproj b/PCbuild/pywlauncher.vcxproj
index ca517daa02..0ada901932 100644
--- a/PCbuild/pywlauncher.vcxproj
+++ b/PCbuild/pywlauncher.vcxproj
@@ -143,7 +143,7 @@
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <EnableCOMDATFolding>false</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -160,7 +160,7 @@
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <EnableCOMDATFolding>false</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -199,4 +199,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>