mirror of
https://github.com/hashcat/hashcat.git
synced 2025-05-29 20:28:47 +00:00
Set unzip internal buffer size to 256k
This commit is contained in:
parent
82b337fbca
commit
7b5f584fac
@ -203,6 +203,7 @@ CFLAGS_ZLIB += -Wno-implicit-fallthrough
|
|||||||
CFLAGS_ZLIB += -Wno-implicit-function-declaration
|
CFLAGS_ZLIB += -Wno-implicit-function-declaration
|
||||||
CFLAGS_ZLIB += -Wno-unused-parameter
|
CFLAGS_ZLIB += -Wno-unused-parameter
|
||||||
CFLAGS_ZLIB += -DIOAPI_NO_64
|
CFLAGS_ZLIB += -DIOAPI_NO_64
|
||||||
|
CFLAGS_ZLIB += -DUNZ_BUFSIZE=262144
|
||||||
endif
|
endif
|
||||||
|
|
||||||
## because UNRAR
|
## because UNRAR
|
||||||
|
Loading…
Reference in New Issue
Block a user