From: Ronald Oussoren Date: Mon, 30 Mar 2009 19:51:09 +0000 (+0000) Subject: Enable "--with-computed-gotos" for the binary installer X-Git-Tag: v3.1a2~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e314548c2e8dac3fa714bdf75b3ea7554c1368d;p=python Enable "--with-computed-gotos" for the binary installer on OSX. --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 174bf687d4..0a93a4c97b 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),