aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/pacman
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/pacman')
-rw-r--r--home/.config/pacman/makepkg.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/home/.config/pacman/makepkg.conf b/home/.config/pacman/makepkg.conf
index 383ba6d..7233660 100644
--- a/home/.config/pacman/makepkg.conf
+++ b/home/.config/pacman/makepkg.conf
@@ -2,8 +2,6 @@ CFLAGS="-march=native -Ofast -pipe -fomit-frame-pointer"
RUSTFLAGS="-C opt-level=2 -C target-cpu=native"
MAKEFLAGS="-j4"
BUILDDIR=/tmp/makepkg
-COMPRESSGZ=(pzip -c -f -n)
-COMPRESSBZ2=(pzip2 -c -f)
COMPRESSGZ=(pigz -c -f -n)
COMPRESSBZ2=(pbzip2 -c -f)
COMPRESSXZ=(xz -c -z - --threads=0)