Kaydet (Commit) 33f8c3a9 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Issue #8847: Disable COMDAT folding in Windows PGO builds.

üst 8a15c37d
...@@ -315,6 +315,8 @@ Tests ...@@ -315,6 +315,8 @@ Tests
Build Build
----- -----
- Issue #8847: Disable COMDAT folding in Windows PGO builds.
- Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. - Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
- Issue #8767: Restore building with --disable-unicode. - Issue #8767: Restore building with --disable-unicode.
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="1"
LinkTimeCodeGeneration="2" LinkTimeCodeGeneration="2"
ProfileGuidedDatabase="$(SolutionDir)$(PlatformName)-pgi\$(TargetName).pgd" ProfileGuidedDatabase="$(SolutionDir)$(PlatformName)-pgi\$(TargetName).pgd"
ImportLibrary="$(OutDirPGI)\$(TargetName).lib" ImportLibrary="$(OutDirPGI)\$(TargetName).lib"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment