summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-04-21 01:12:53 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2024-04-21 01:12:53 +0200
commitd459a14dbef2c0cda076a8972eb29139f8292e3a (patch)
treebe0cd58b1572f5ffec72cd15a1fd7b73f3a1c41f
parent26001033953f86e1293696579fb520f6644b74d0 (diff)
downloaddotfiles-d459a14dbef2c0cda076a8972eb29139f8292e3a.tar.zst
makepkg: zstd is default, disable debug
-rw-r--r--.config/pacman/makepkg.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/pacman/makepkg.conf b/.config/pacman/makepkg.conf
index 3073450..a80a2f0 100644
--- a/.config/pacman/makepkg.conf
+++ b/.config/pacman/makepkg.conf
@@ -4,7 +4,7 @@ PACKAGER="Justin Gassner <justin.gassner@mailbox.org>"
CFLAGS=${CFLAGS/-march=x86-64 -mtune=generic -O2/-march=native -O3}
CXXFLAGS=${CXXFLAGS/-march=x86-64 -mtune=generic -O2/-march=native -O3}
MAKEFLAGS="-j$(nproc)"
-PKGEXT=".pkg.tar.zst"
+OPTIONS+=(!debug)
BUILDDIR=/tmp/makepkg