From d459a14dbef2c0cda076a8972eb29139f8292e3a Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Sun, 21 Apr 2024 01:12:53 +0200 Subject: makepkg: zstd is default, disable debug --- .config/pacman/makepkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') 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 " 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 -- cgit v1.2.3-54-g00ecf