mirror of
https://github.com/YACReader/yacreader
synced 2025-09-15 17:55:12 -04:00
Add large file support for unix builds
This commit is contained in:
@ -4,6 +4,7 @@ DEPENDPATH += $$PWD/unarr-master/
|
||||
unix:QMAKE_CFLAGS_RELEASE -= "-O2"
|
||||
unix:QMAKE_CFLAGS += "-O3"
|
||||
unix:QMAKE_CFLAGS_RELEASE += "-DNDEBUG"
|
||||
unix:QMAKE_CFLAGS += "-D_FILE_OFFSET_BITS=64"
|
||||
|
||||
win32:QMAKE_CFLAGS_RELEASE += "/DNDEBUG"
|
||||
|
||||
|
Reference in New Issue
Block a user