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

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

# vim: ft=config