diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/clisp.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
