summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-10-25 07:44:46 (GMT)
committerNed Deily <nad@acm.org>2013-10-25 07:44:46 (GMT)
commitf84b531a128280e01d6cc8d722faac8d7c81b600 (patch)
tree6e08f9de0b9fd82d8955c7c75de2f92eec78d794 /Misc
parent0203a80e1c126d53da6637996669c3b4bb6ea3d8 (diff)
downloadcpython-f84b531a128280e01d6cc8d722faac8d7c81b600.zip
cpython-f84b531a128280e01d6cc8d722faac8d7c81b600.tar.gz
cpython-f84b531a128280e01d6cc8d722faac8d7c81b600.tar.bz2
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.
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 5636796..3b98031 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -289,6 +289,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.
+
IDLE
----