Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
33f8c3a9
Commit
33f8c3a9
authored
Aug 01, 2012
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #8847: Disable COMDAT folding in Windows PGO builds.
parent
8a15c37d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Misc/NEWS
Misc/NEWS
+2
-0
PCbuild/pginstrument.vsprops
PCbuild/pginstrument.vsprops
+1
-1
No files found.
Misc/NEWS
View file @
33f8c3a9
...
...
@@ -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.
...
...
PCbuild/pginstrument.vsprops
View file @
33f8c3a9
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment