Skip to content

Commit

Permalink
tools: zstd: dont override CLI max level
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
robimarko committed Apr 9, 2024
1 parent 204823a commit e65800d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/zstd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e65800d

Please sign in to comment.