]> granicus.if.org Git - python/commit
Issue #19019: Change the OS X installer build script to use CFLAGS instead
authorNed Deily <nad@acm.org>
Fri, 25 Oct 2013 07:44:46 +0000 (00:44 -0700)
committerNed Deily <nad@acm.org>
Fri, 25 Oct 2013 07:44:46 +0000 (00:44 -0700)
commitf84b531a128280e01d6cc8d722faac8d7c81b600
tree6e08f9de0b9fd82d8955c7c75de2f92eec78d794
parent0203a80e1c126d53da6637996669c3b4bb6ea3d8
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.
Mac/BuildScript/build-installer.py
Misc/NEWS