From 3b76c97bad7c5728fb2f56b104af014cf739be01 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Tue, 26 Oct 2021 20:29:13 +0800 Subject: feat(makepkg): Remove build debug package option Signed-off-by: KunoiSayami --- makepkg.d/makepkg.base.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makepkg.d') diff --git a/makepkg.d/makepkg.base.conf b/makepkg.d/makepkg.base.conf index f8dc2f3..93359ff 100644 --- a/makepkg.d/makepkg.base.conf +++ b/makepkg.d/makepkg.base.conf @@ -69,7 +69,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=(sha512 b2) -- cgit v1.3.1