diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libmikmod.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/libmikmod.rb b/Library/Formula/libmikmod.rb index 4bd409176..2941be6f3 100644 --- a/Library/Formula/libmikmod.rb +++ b/Library/Formula/libmikmod.rb @@ -8,9 +8,7 @@ class Libmikmod < Formula option 'with-debug', 'Enable debugging symbols' def install - if build.with? 'debug' - ENV.compiler == :clang ? ENV.Og : ENV.O2 - end + ENV.O2 if build.with? 'debug' # OSX has CoreAudio, but ALSA is not for this OS nor is SAM9407 nor ULTRA. args = %W[ |
