summaryrefslogtreecommitdiffstats
path: root/tools/zstd
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2024-04-08 18:35:45 +0200
committerRobert Marko <robimarko@gmail.com>2024-04-09 18:39:36 +0200
commite65800d9484e49e81c5d226cc64f2bb47782c089 (patch)
treeaab362f99b9b8ca969bf51f95d8e50f1d96c3ed4 /tools/zstd
parent204823ac287998c8725329ab75333ed1098d3cd8 (diff)
downloadopenwrt-e65800d9484e49e81c5d226cc64f2bb47782c089.tar.gz
openwrt-e65800d9484e49e81c5d226cc64f2bb47782c089.tar.bz2
openwrt-e65800d9484e49e81c5d226cc64f2bb47782c089.zip
tools: zstd: dont override CLI max level
Now that instead of relying on env variables for the GH download script invoking ZSTD tarball compression it passes the full arguments via tar -I we can drop the CLI max compression level override. Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'tools/zstd')
-rw-r--r--tools/zstd/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/zstd/Makefile b/tools/zstd/Makefile
index 728cef26b8..0264ac2422 100644
--- a/tools/zstd/Makefile
+++ b/tools/zstd/Makefile
@@ -17,9 +17,6 @@ include $(INCLUDE_DIR)/host-build.mk
HOSTCC:= $(HOSTCC_NOCACHE)
-HOST_CFLAGS += \
- -DZSTDCLI_CLEVEL_MAX=20
-
HOST_MAKE_FLAGS += \
BACKTRACE=0 \
HAVE_THREAD=1 \