From edeb03552091f5d88cff674259a88d477e44c810 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 1 Sep 2011 13:15:04 -0700 Subject: Python 3: computed gotos are on by default in 3.2.x --- Library/Formula/python3.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 5738a85b6..b9d3d1ae3 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -50,9 +50,7 @@ class Python3 < Formula end def install - # --with-computed-gotos requires addressable labels in C. - # Both gcc and LLVM support this, so switch it on. - args = ["--prefix=#{prefix}", "--with-computed-gotos"] + args = ["--prefix=#{prefix}"] if ARGV.build_universal? args << "--enable-universalsdk=/" << "--with-universal-archs=intel" -- cgit v1.2.3