summaryrefslogtreecommitdiffstats
path: root/.config/pacman/makepkg.conf
blob: 4888e1c66f916154d82fa71459c0a5fa23ea0abe (plain) (blame)
1
2
3
4
5
6
7
8
9
# 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"

# vim: ft=config