diff options
| author | Markus Prinz | 2009-10-26 17:10:57 +0100 |
|---|---|---|
| committer | Max Howell | 2009-11-07 18:22:35 +0000 |
| commit | b2b90f08d9b4f46380fa8d1dc43e5593b71a109b (patch) | |
| tree | 5216a0af3b990880379012117019b853ddb69184 /Library | |
| parent | d2054c643050214b88fd2ff2f710a4d9c1ccb704 (diff) | |
| download | homebrew-b2b90f08d9b4f46380fa8d1dc43e5593b71a109b.tar.bz2 | |
Enable O2 optimizations for Gambit Scheme
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gambit-scheme.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/gambit-scheme.rb b/Library/Formula/gambit-scheme.rb index 7394c2b06..41295851e 100644 --- a/Library/Formula/gambit-scheme.rb +++ b/Library/Formula/gambit-scheme.rb @@ -16,9 +16,8 @@ class GambitScheme <Formula # Gambit Scheme currently fails to build with llvm-gcc # (ld crashes during the build process) ENV.gcc_4_2 - # Gambit Scheme will not build with heavy optimizations. Disable all - # optimizations until safe values can be figured out. - ENV.no_optimization + # Gambit Scheme doesn't like full optimizations + ENV.O2 configure_args = [ "--prefix=#{prefix}", |
