aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/pacman/makepkg.conf
blob: 7233660859d794cb06940527d5d6817ce0344024 (plain) (blame)
1
2
3
4
5
6
7
8
9
CFLAGS="-march=native -Ofast -pipe -fomit-frame-pointer"
RUSTFLAGS="-C opt-level=2 -C target-cpu=native"
MAKEFLAGS="-j4"
BUILDDIR=/tmp/makepkg
COMPRESSGZ=(pigz -c -f -n)
COMPRESSBZ2=(pbzip2 -c -f)
COMPRESSXZ=(xz -c -z - --threads=0)
COMPRESSZST=(zstd -c -z -q - --threads=0)
PKGEXT='.pkg.tar.zst'