forked from organicmaps/organicmaps
Added -ffast-math optimization for GCC Release builds
This commit is contained in:
parent
13505b547d
commit
74d1fcd371
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ win32-msvc2008 {
|
|||
unix|win32-g++ {
|
||||
QMAKE_CXXFLAGS_WARN_ON += -Wno-sign-compare
|
||||
# QMAKE_CXXFLAGS_RELEASE += -g
|
||||
# experimental
|
||||
QMAKE_CFLAGS_RELEASE *= -ffast-math
|
||||
QMAKE_CXXFLAGS_RELEASE *= -ffast-math
|
||||
}
|
||||
|
||||
win32-g++ {
|
||||
|
|
Loading…
Add table
Reference in a new issue