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.