Skip to content

Commit

Permalink
Clisp doesn't like -Os; Fixes Homebrew#14698
Browse files Browse the repository at this point in the history
superenv isn't flexible here yet, and I'd rather wait and see what else is needed before making it flexible in this way.
  • Loading branch information
mxcl committed Oct 1, 2012
1 parent d081de7 commit f14b572
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Library/Formula/clisp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ class Clisp < Formula
depends_on 'libsigsegv'
depends_on 'readline'

# -Os causes the build to fail with C_CODE_ALIGNMENT is wrong
# superenv doeesn't yet support changing the optimization level
env :std

fails_with :llvm do
build 2334
cause "Configure fails on XCode 4/Snow Leopard."
Expand Down

0 comments on commit f14b572

Please sign in to comment.