mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 09:08:20 -04:00
Fix optimization flag
This commit is contained in:
parent
4138b734fe
commit
5c45b60b69
@ -2,7 +2,7 @@ INCLUDEPATH += $$PWD/unarr-master/
|
||||
DEPENDPATH += $$PWD/unarr-master/
|
||||
|
||||
unix:QMAKE_CFLAGS_RELEASE -= "-O2"
|
||||
unix:QMAKE_CFLAGS += "-O3"
|
||||
unix:QMAKE_CFLAGS_RELEASE += "-O3"
|
||||
unix:QMAKE_CFLAGS_RELEASE += "-DNDEBUG"
|
||||
unix:QMAKE_CFLAGS += "-D_FILE_OFFSET_BITS=64"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user