mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 09:08:20 -04:00
Add some c compiler flags for unarr
This commit is contained in:
parent
5c63fd7554
commit
4830fc1e63
@ -1,6 +1,10 @@
|
||||
INCLUDEPATH += $$PWD/unarr-master/
|
||||
DEPENDPATH += $$PWD/unarr-master/
|
||||
|
||||
unix:QMAKE_CFLAGS_RELEASE -= "-O2"
|
||||
unix:QMAKE_CFLAGS += "-O3"
|
||||
QMAKE_CFLAGS_RELEASE += "-DNDEBUG"
|
||||
|
||||
HEADERS+=$$PWD/unarr-master/common/allocator.h\
|
||||
$$PWD/unarr-master/common/unarr-imp.h\
|
||||
$$PWD/unarr-master/lzmasdk/7zTypes.h\
|
||||
|
Loading…
x
Reference in New Issue
Block a user