mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 09:08:20 -04:00
Add large file support for unix builds
This commit is contained in:
parent
f5b9772348
commit
4138b734fe
@ -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"
|
||||
|
||||
@ -42,4 +43,4 @@ SOURCES+=$$PWD/unarr-master/common/conv.c\
|
||||
$$PWD/unarr-master/rar/uncompress-rar.c\
|
||||
$$PWD/unarr-master/tar/parse-tar.c\
|
||||
$$PWD/unarr-master/tar/tar.c\
|
||||
$$PWD/unarr-master/_7z/_7z.c
|
||||
$$PWD/unarr-master/_7z/_7z.c
|
Loading…
x
Reference in New Issue
Block a user