diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/qt.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index e263ecc36..74b31cd90 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -35,10 +35,6 @@ class Qt < Formula "-nomake", "demos", "-nomake", "examples", "-cocoa", "-fast", "-release"] - # we have to disable these to avoid triggering optimization code - # that will fail in superenv (in --env=std, Qt seems aware of this) - args << "-no-3dnow" << "-no-ssse3" if superenv? - args << "-L#{MacOS::X11.lib}" << "-I#{MacOS::X11.include}" if MacOS::X11.installed? if ENV.compiler == :clang |
