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

PACKAGER="Justin Gassner <justin.gassner@mailbox.org>"
CFLAGS="-march=native -O2 -pipe -fstack-protector-strong -fno-plt"
CXXFLAGS="${CFLAGS}"
MAKEFLAGS="-j$(nproc)"
PKGEXT=".pkg.tar.zst"

BUILDDIR=/tmp/makepkg

# vim: ft=config