From: Michael Tremer Date: Tue, 9 Jul 2024 19:23:44 +0000 (+0000) Subject: make.sh: Use less aggressive compression for Zstandard X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd3027f4a95538fabb8806f1cd57acc47976cc23;p=people%2Fms%2Fipfire-2.x.git make.sh: Use less aggressive compression for Zstandard Otherwise this takes way too long. Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 2e34abd21..4e482d964 100755 --- a/make.sh +++ b/make.sh @@ -2204,7 +2204,7 @@ XZ_OPT=( # Configure Zstandard ZSTD_OPT=( - "-T0" "--ultra" "-22" "--long" + "-T0" "-19" "--long" ) # Set directories