Issue #8847: Disable COMDAT folding in Windows PGO builds.
This commit is contained in:
parent
8a15c37df7
commit
33f8c3a901
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue