summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0e6203b..fbe5924 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -601,6 +601,11 @@ Build
problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6
and later releases.
+- Issue #19019: Change the OS X installer build script to use CFLAGS instead
+ of OPT for special build options. By setting OPT, some compiler-specific
+ options like -fwrapv were overridden and thus not used, which could result
+ in broken interpreters when building with clang.
+
What's New in Python 3.3.2?
===========================