summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-03-11 03:44:45 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-03-11 10:50:30 +0000
commit551eaacf05af37e98ab4cd1cd19c59d0c2bcfb8d (patch)
treea387c07da9177135869cddf0afe7cf7b46211c16 /etc
parenta2669c2a3de484b476ebc044d0bdabe549a0d18c (diff)
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
Diffstat (limited to 'etc')
-rw-r--r--etc/makepkg.conf2
1 files changed, 1 insertions, 1 deletions
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)