diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-03-30 19:51:09 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-03-30 19:51:09 (GMT) |
commit | 0e314548c2e8dac3fa714bdf75b3ea7554c1368d (patch) | |
tree | 338516549e5788e0efbc3be23acbf56fe2ff7c51 /Mac | |
parent | 1943f8683b52ecee4cc96676403f4f2c42f89903 (diff) | |
download | cpython-0e314548c2e8dac3fa714bdf75b3ea7554c1368d.zip cpython-0e314548c2e8dac3fa714bdf75b3ea7554c1368d.tar.gz cpython-0e314548c2e8dac3fa714bdf75b3ea7554c1368d.tar.bz2 |
Enable "--with-computed-gotos" for the binary installer
on OSX.
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 174bf68..0a93a4c 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -646,7 +646,7 @@ def buildPython(): print "Running configure..." runCommand("%s -C --enable-framework --enable-universalsdk=%s " - "--with-universal-archs=%s " + "--with-universal-archs=%s --with-computed-gotos" "LDFLAGS='-g -L%s/libraries/usr/local/lib' " "OPT='-g -O3 -I%s/libraries/usr/local/include' 2>&1"%( shellQuote(os.path.join(SRCDIR, 'configure')), shellQuote(SDKPATH), |