From ee353780cf9bffddfb1da0c4d80fee41f9aaee43 Mon Sep 17 00:00:00 2001 From: Nick Saika Date: Fri, 24 Feb 2012 10:42:11 -0500 Subject: clisp: turn off optimization Fixes some build issues on Lion. Apparently it's enough to remove just the '-O' flags and preserve our other optimization flags. This may only be needed on Lion, but frankly clisp tends to have issues on all platforms so it's probably acceptable to just disable it everywhere. Closes #10450. Signed-off-by: Jack Nagel --- Library/Formula/clisp.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/clisp.rb b/Library/Formula/clisp.rb index 83e1e4026..df2fed2ef 100644 --- a/Library/Formula/clisp.rb +++ b/Library/Formula/clisp.rb @@ -20,6 +20,7 @@ class Clisp < Formula def install ENV.j1 # This build isn't parallel safe. + ENV.remove_from_cflags /-O./ # Clisp requires to select word size explicitly this way, # set it in CFLAGS won't work. -- cgit v1.2.3