Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
grace: lower optimization to fix miscompile with clang 3.4
cf. #27840.
  • Loading branch information
jacknagel committed Mar 25, 2014
1 parent fe2e92f commit 9f7ddaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/grace.rb
Expand Up @@ -12,6 +12,7 @@ class Grace < Formula
depends_on 'lesstif'

def install
ENV.O1 # https://github.com/Homebrew/homebrew/issues/27840#issuecomment-38536704
system "./configure", "--disable-debug",
"--prefix=#{prefix}",
"--enable-grace-home=#{prefix}"
Expand Down

0 comments on commit 9f7ddaf

Please sign in to comment.