summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/pacman/makepkg.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/pacman/makepkg.conf b/.config/pacman/makepkg.conf
index 4888e1c..5c3cd5f 100644
--- a/.config/pacman/makepkg.conf
+++ b/.config/pacman/makepkg.conf
@@ -4,6 +4,7 @@ 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