summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/pacman/makepkg.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/pacman/makepkg.conf b/.config/pacman/makepkg.conf
new file mode 100644
index 0000000..4888e1c
--- /dev/null
+++ b/.config/pacman/makepkg.conf
@@ -0,0 +1,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