summaryrefslogtreecommitdiffstats
path: root/tools/zstd
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2024-04-05 15:44:40 +0200
committerRobert Marko <robimarko@gmail.com>2024-04-06 11:24:18 +0200
commitd5c4cb0a8d251883d7a17d4426311090d6791249 (patch)
tree07ff77d9fce85aa37396342d989de4752785dd68 /tools/zstd
parented149717eec3bfe42d4cc32ee1d74cc53a19bad5 (diff)
downloadopenwrt-d5c4cb0a8d251883d7a17d4426311090d6791249.tar.gz
openwrt-d5c4cb0a8d251883d7a17d4426311090d6791249.tar.bz2
openwrt-d5c4cb0a8d251883d7a17d4426311090d6791249.zip
tools: zstd: dont override ZSTD_LEGACY_SUPPORT
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>
Diffstat (limited to 'tools/zstd')
-rw-r--r--tools/zstd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/zstd/Makefile b/tools/zstd/Makefile
index d194ecd005..5b98d9215f 100644
--- 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 \