diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/scheme48.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/scheme48.rb b/Library/Formula/scheme48.rb index cd8ddd554..e82152917 100644 --- a/Library/Formula/scheme48.rb +++ b/Library/Formula/scheme48.rb @@ -9,6 +9,7 @@ class Scheme48 < Formula conflicts_with 'scsh', :because => 'both install include/scheme48.h' def install + ENV.O0 if ENV.compiler == :clang ENV.deparallelize system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", |
