mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
windows build also needs compiler flags
This commit is contained in:
parent
4830fc1e63
commit
1dff552dca
@ -3,7 +3,9 @@ DEPENDPATH += $$PWD/unarr-master/
|
||||
|
||||
unix:QMAKE_CFLAGS_RELEASE -= "-O2"
|
||||
unix:QMAKE_CFLAGS += "-O3"
|
||||
QMAKE_CFLAGS_RELEASE += "-DNDEBUG"
|
||||
unix:QMAKE_CFLAGS_RELEASE += "-DNDEBUG"
|
||||
|
||||
win32:QMAKE_CFLAGS_RELEASE += "/DNDEBUG"
|
||||
|
||||
HEADERS+=$$PWD/unarr-master/common/allocator.h\
|
||||
$$PWD/unarr-master/common/unarr-imp.h\
|
||||
|
Loading…
x
Reference in New Issue
Block a user