summaryrefslogtreecommitdiffstats
path: root/.config/pacman/makepkg.conf
blob: a80a2f00d5e95ceb421106b1e676872757e013a3 (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)"
OPTIONS+=(!debug)

BUILDDIR=/tmp/makepkg

# vim: ft=config