Skip to content

Commit

Permalink
fast-math->fast
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Dec 6, 2017
1 parent 1ba534f commit 009be79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global.pri
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ run-without-python {
#Remove the -s flag passed in release mode by qmake so binaries don't get stripped
QMAKE_LFLAGS_RELEASE =
}
CONFIG(fast-math) {
CONFIG(fast) {
QMAKE_CFLAGS += -Ofast
QMAKE_CFLAGS -= -O2 -O3
QMAKE_CXXFLAGS += -Ofast
Expand Down

0 comments on commit 009be79

Please sign in to comment.