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

This commit is contained in:
Martin v. Löwis 2012-08-01 10:05:27 +02:00
parent 8a15c37df7
commit 33f8c3a901
2 changed files with 3 additions and 1 deletions

View File

@ -315,6 +315,8 @@ Tests
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 #8767: Restore building with --disable-unicode.

View File

@ -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"