aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/pacman/makepkg.conf
blob: 5c452e9cc597dbf924cdcfcf0ad8eb1d0e49b226 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS="-march=native -Ofast -pipe -fomit-frame-pointer"
RUSTFLAGS="-C opt-level=2 -C target-cpu=native"
MAKEFLAGS="-j$(nproc)"
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)
COMPRESSZST=(zstd -c -z -q - --threads=0)
PKGEXT='.pkg.tar.zst'