mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 15:18:16 +00:00
Merge pull request #2962 from jtojanen/unzip
Set unzip internal buffer size to 256k
This commit is contained in:
commit
6f61c314ec
@ -203,6 +203,7 @@ CFLAGS_ZLIB += -Wno-implicit-fallthrough
|
||||
CFLAGS_ZLIB += -Wno-implicit-function-declaration
|
||||
CFLAGS_ZLIB += -Wno-unused-parameter
|
||||
CFLAGS_ZLIB += -DIOAPI_NO_64
|
||||
CFLAGS_ZLIB += -DUNZ_BUFSIZE=262144
|
||||
endif
|
||||
|
||||
## because UNRAR
|
||||
|
Loading…
Reference in New Issue
Block a user