From 1eceb8b78028eaffc454cd8079312f07de1120c8 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 17 Jan 2023 19:09:02 +1300 Subject: [PATCH] build: disable debug packages --- .repo/makepkg-grawlinson.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo/makepkg-grawlinson.conf b/.repo/makepkg-grawlinson.conf index 2f1541b..bd0632d 100644 --- a/.repo/makepkg-grawlinson.conf +++ b/.repo/makepkg-grawlinson.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=(sha512 b2)