summaryrefslogtreecommitdiffstats
path: root/.config/pacman/makepkg.conf
blob: 3073450135c4067c747f6989b32fed39fca96cd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# makepkg configuration

PACKAGER="Justin Gassner <justin.gassner@mailbox.org>"
CFLAGS=${CFLAGS/-march=x86-64 -mtune=generic -O2/-march=native -O3}
CXXFLAGS=${CXXFLAGS/-march=x86-64 -mtune=generic -O2/-march=native -O3}
MAKEFLAGS="-j$(nproc)"
PKGEXT=".pkg.tar.zst"

BUILDDIR=/tmp/makepkg

# vim: ft=config