mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 10:07:10 -06:00
Switch to Zstandard's New advanced API.
- long distance matching is enabled - the compression should improve, the speed also - decompression code is single threaded only
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
PROG = 7z.dll
|
||||
DEF_FILE = ../../Archive/Archive2.def
|
||||
CFLAGS = $(CFLAGS) \
|
||||
-DEXTERNAL_CODECS -DZSTD_LEGACY_SUPPORT \
|
||||
CFLAGS = $(CFLAGS) -DEXTERNAL_CODECS -DZSTD_LEGACY_SUPPORT -DZSTD_MULTITHREAD
|
||||
|
||||
!IFNDEF UNDER_CE
|
||||
CFLAGS = $(CFLAGS) -D_7ZIP_LARGE_PAGES
|
||||
@@ -116,9 +115,6 @@ ZSTDMT_OBJS = \
|
||||
$O\lz5-mt_common.obj \
|
||||
$O\lz5-mt_compress.obj \
|
||||
$O\lz5-mt_decompress.obj \
|
||||
$O\zstd-mt_common.obj \
|
||||
$O\zstd-mt_compress.obj \
|
||||
$O\zstd-mt_decompress.obj \
|
||||
$O\zstd-mt_threading.obj \
|
||||
|
||||
!include "../../7zip.mak"
|
||||
|
||||
Reference in New Issue
Block a user