summarylogtreecommitdiffstats
path: root/makepkg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'makepkg.conf')
-rw-r--r--makepkg.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/makepkg.conf b/makepkg.conf
index 1bc30da9d2bc..301d92b2b6f8 100644
--- a/makepkg.conf
+++ b/makepkg.conf
@@ -130,8 +130,8 @@ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
#
COMPRESSGZ=(gzip -c -f -n --best)
COMPRESSBZ2=(bzip2 -c -f --best)
-COMPRESSXZ=(xz -T "$(getconf _NPROCESSORS_ONLN)" -c -z --best -e -)
-COMPRESSLRZ=(lrzip -M -q)
+COMPRESSXZ=(xz -T "$(getconf _NPROCESSORS_ONLN)" -c -z --best -)
+COMPRESSLRZ=(lrzip -9 -q)
COMPRESSLZO=(lzop -q --best)
COMPRESSZ=(compress -c -f)