projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed14971
)
tools: zstd: dont override ZSTD_LEGACY_SUPPORT
author
Robert Marko
<robimarko@gmail.com>
Fri, 5 Apr 2024 13:44:40 +0000
(15:44 +0200)
committer
Robert Marko
<robimarko@gmail.com>
Sat, 6 Apr 2024 09:24:18 +0000
(11:24 +0200)
We dont really have a reason to deviate from the upstream default for
ZSTD_LEGACY_SUPPORT value of 5, as it will save a bit of space but
prevent decompressing data compressed with legacy ZSTD versions.
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/zstd/Makefile
patch
|
blob
|
history
diff --git
a/tools/zstd/Makefile
b/tools/zstd/Makefile
index d194ecd005c39487cc03d2f44e80cec92b7d32af..5b98d9215f6b85d8b19d79352fff56f3b02da8b1 100644
(file)
--- a/
tools/zstd/Makefile
+++ b/
tools/zstd/Makefile
@@
-21,7
+21,6
@@
HOST_CFLAGS += \
-DZSTDCLI_CLEVEL_MAX=20
HOST_MAKE_FLAGS += \
- ZSTD_LEGACY_SUPPORT=7 \
BACKTRACE=0 \
HAVE_THREAD=1 \
HAVE_ZLIB=0 \