makepkg.conf : compression plus rapide parce que ratio (sans mauvais jeu de mot)

This commit is contained in:
Ahurac 2024-02-14 17:28:30 +01:00
parent abf53929c0
commit 1e878febf7

View file

@ -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)