From b8d021c6f3f0f702f965c48ccddc2514dd63c4be Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 1 Mar 2024 16:52:22 +0100 Subject: [PATCH] =?UTF-8?q?etc/makepkg=20:=20d=C3=A9sactiver=20les=20paque?= =?UTF-8?q?tages=20de=20debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/makepkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/makepkg.conf b/etc/makepkg.conf index 28be00b..71eee66 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)