From: Michael Tremer Date: Tue, 9 Jul 2024 17:46:15 +0000 (+0000) Subject: make.sh: Use --long for Zstandard compression X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da652faca9819a7edc06ad29d7fdf5a540d37185;p=people%2Fms%2Fipfire-2.x.git make.sh: Use --long for Zstandard compression Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 5cb20d2be..18ed45310 100755 --- a/make.sh +++ b/make.sh @@ -2206,7 +2206,7 @@ XZ_OPT=( # Configure Zstandard ZSTD_OPT=( - "-T0" "--ultra" "-22" + "-T0" "--ultra" "-22" "--long" ) # Set directories