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

Commit

Permalink
qt: disable SSSE3 again.
Browse files Browse the repository at this point in the history
Closes #28859.
  • Loading branch information
MikeMcQuaid committed Apr 30, 2014
1 parent e7b8dca commit 37c8e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/qt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def install

# 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" if superenv?
args << "-no-3dnow" << "-no-ssse3" if superenv?

args << "-L#{MacOS::X11.lib}" << "-I#{MacOS::X11.include}" if MacOS::X11.installed?

Expand Down

0 comments on commit 37c8e4b

Please sign in to comment.