From c2ebba28182857e213a6f426454131aa0c31584c Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Mon, 11 Mar 2024 03:44:45 -0700 Subject: makepkg no build debug packages Reasons: 1. I don't want to build debug packages 2. It breaks my mpra scirpt Upstream code change: - https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/90bf367e61b4f77f8351d0412be3d0c4ddadb85a - https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/merge_requests/1 --- etc/makepkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/makepkg.conf b/etc/makepkg.conf index 736cc546..60cfb470 100644 --- a/etc/makepkg.conf +++ b/etc/makepkg.conf @@ -94,7 +94,7 @@ BUILDENV=(!distcc color !ccache check !sign) #-- debug: Add debugging flags as specified in DEBUG_* variables #-- lto: Add compile flags for building with link time optimization # -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug lto) +OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto) #-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2 INTEGRITY_CHECK=(sha256) -- cgit v1.2.3-70-g09d2