From: Michael Tremer Date: Tue, 9 Jul 2024 19:23:44 +0000 (+0000) Subject: make.sh: Use less aggressive compression for Zstandard X-Git-Tag: v2.29-core188~10^2~285 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64192acb7ffac0ecd98202830d2540ea4d200064;p=ipfire-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 2e34abd214..4e482d9645 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