From: Michael Tremer Date: Tue, 9 Jul 2024 17:46:15 +0000 (+0000) Subject: make.sh: Use --long for Zstandard compression X-Git-Tag: v2.29-core188~10^2~291 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd89b58820bb4e6f4cf5aadc3785a4dda70cfda6;p=ipfire-2.x.git make.sh: Use --long for Zstandard compression Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 5cb20d2bee..18ed45310f 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