From 1e878febf7e810bf908e0ced05d10a36e63a65a9 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Wed, 14 Feb 2024 17:28:30 +0100 Subject: [PATCH] makepkg.conf : compression plus rapide parce que ratio (sans mauvais jeu de mot) --- etc/makepkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/makepkg.conf b/etc/makepkg.conf index 0ca1678..28be00b 100644 --- a/etc/makepkg.conf +++ b/etc/makepkg.conf @@ -139,7 +139,7 @@ DBGSRCDIR="/usr/src/debug" COMPRESSGZ=(gzip -c -f -n) COMPRESSBZ2=(bzip2 -c -f) COMPRESSXZ=(xz -c -z --threads=0 -) -COMPRESSZST=(zstd -c -T0 --ultra -20 -) +COMPRESSZST=(zstd -c -T0 --fast=4 -) COMPRESSLRZ=(lrzip -q) COMPRESSLZO=(lzop -q) COMPRESSZ=(compress -c -f)