[openwrt/openwrt] tools: zstd: dont override CLI max level

LEDE Commits lede-commits at lists.infradead.org
Tue Apr 9 09:39:41 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e65800d9484e49e81c5d226cc64f2bb47782c089

commit e65800d9484e49e81c5d226cc64f2bb47782c089
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Mon Apr 8 18:35:45 2024 +0200

    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 at gmail.com>
---
 tools/zstd/Makefile | 3 ---
 1 file changed, 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 \




More information about the lede-commits mailing list