diff options
author | Ned Deily <nad@acm.org> | 2013-10-25 07:44:46 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-10-25 07:44:46 (GMT) |
commit | f84b531a128280e01d6cc8d722faac8d7c81b600 (patch) | |
tree | 6e08f9de0b9fd82d8955c7c75de2f92eec78d794 /Misc | |
parent | 0203a80e1c126d53da6637996669c3b4bb6ea3d8 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ---- |