aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/pacman/makepkg.conf
blob: 383ba6ddda840aebdec9bd49cda530fa79da3c94 (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="-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)
COMPRESSZST=(zstd -c -z -q - --threads=0)
PKGEXT='.pkg.tar.zst'