]> granicus.if.org Git - python/commitdiff
Enable "--with-computed-gotos" for the binary installer
authorRonald Oussoren <ronaldoussoren@mac.com>
Mon, 30 Mar 2009 19:51:09 +0000 (19:51 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Mon, 30 Mar 2009 19:51:09 +0000 (19:51 +0000)
on OSX.

Mac/BuildScript/build-installer.py

index 174bf687d43e924f608cdb84c28ce4e807c1dd7c..0a93a4c97b483b242cee9cb939460aabb815e546 100755 (executable)
@@ -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),