From 6dc6918ec621e3c5e341bbf9cd62c0a8b96239c2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 16 Nov 2013 19:43:39 -0600 Subject: scheme48: fix compilation with clang Fixes #22925. --- Library/Formula/scheme48.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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}", -- cgit v1.2.3