]> 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>
Sat, 19 Oct 2013 04:16:05 +0000 (21:16 -0700)
committerNed Deily <nad@acm.org>
Sat, 19 Oct 2013 04:16:05 +0000 (21:16 -0700)
commit29eec66711d82c04a5ba2cde478b9da995dcbbdb
tree0718d44c6ade12bef873d293f6823015d6493572
parent87adb6ef38393932cbab3a1ec3769bafc7d740e2
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