summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2022-12-25 04:42:26 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2022-12-25 04:42:26 +0100
commit82d6453d67501d42223ea189fe59540845b24f47 (patch)
tree7fa12bc9a79a0fb985f01aa6dfe9b371ab005025
parent8bb33d20f294a3cfcdfbeb3df884a7dce257c4db (diff)
downloaddotfiles-82d6453d67501d42223ea189fe59540845b24f47.tar.zst
Add makepkg config
-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