diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-11 03:44:45 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-11 03:44:45 -0700 |
commit | c2ebba28182857e213a6f426454131aa0c31584c (patch) | |
tree | 5cb14e1f41b4652770bb7470b7c40f8db7ffd989 /etc | |
parent | 5e8cabbd742c3681535191a2783e2d324328b0eb (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.conf | 2 |
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) |