mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-29 01:52:21 +00:00
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>
This commit is contained in:
parent
ed149717ee
commit
d5c4cb0a8d
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user