| commit | 4c1730db7c8735d2424471e63a2fa7d690192899 | [log] [tgz] |
|---|---|---|
| author | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 01 10:32:11 2012 +0200 |
| committer | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 01 10:32:11 2012 +0200 |
| tree | 81354d949ddcf62efee2d38b5104a84fcb603c67 | |
| parent | 06c5c6d694481a3c1e09420756f8ad6ca1762d0f [diff] [blame] |
Issue #8847: Disable COMDAT folding in Windows PGO builds. Analysis by Victor Stinner. Patch by Stefan Krah.
diff --git a/Misc/NEWS b/Misc/NEWS index 9a5aff4..671878f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -425,6 +425,8 @@ Build ----- +- Issue #8847: Disable COMDAT folding in Windows PGO builds. + - Issue #14197: For OS X framework builds, ensure links to the shared library are created with the proper ABI suffix.