]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19019: Change the OS X installer build script to use CFLAGS instead
authorNed Deily <nad@acm.org>
Fri, 25 Oct 2013 07:46:02 +0000 (00:46 -0700)
committerNed Deily <nad@acm.org>
Fri, 25 Oct 2013 07:46:02 +0000 (00:46 -0700)
commit4b7a02314933c4e96a194e4aba063cd8f89bc132
tree8d720585020ab8ca8f364fef369aba0a8ed0eeb2
parent5b3582c919c7bb023d2e8d38d25d65bcc5125131
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