diff options
author | Ned Deily <nad@acm.org> | 2013-10-25 07:46:02 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-10-25 07:46:02 (GMT) |
commit | 4b7a02314933c4e96a194e4aba063cd8f89bc132 (patch) | |
tree | 8d720585020ab8ca8f364fef369aba0a8ed0eeb2 /Misc | |
parent | 5b3582c919c7bb023d2e8d38d25d65bcc5125131 (diff) | |
download | cpython-4b7a02314933c4e96a194e4aba063cd8f89bc132.zip cpython-4b7a02314933c4e96a194e4aba063cd8f89bc132.tar.gz cpython-4b7a02314933c4e96a194e4aba063cd8f89bc132.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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? =========================== |