From a4394eb763117faaa73a80ca58e1d6fc8a4e534d Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Wed, 18 Sep 2024 19:45:49 +0800 Subject: [PATCH] makepkg.conf: enable debug package --- makepkg-aarch64.conf | 2 +- makepkg-x86_64.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/makepkg-aarch64.conf b/makepkg-aarch64.conf index be9ccba..f7bfe3e 100644 --- a/makepkg-aarch64.conf +++ b/makepkg-aarch64.conf @@ -22,7 +22,7 @@ LTOFLAGS="" DEBUG_CFLAGS="-g -fvar-tracking-assignments" DEBUG_CXXFLAGS="-g -fvar-tracking-assignments" BUILDENV=(!distcc color !ccache check !sign) -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto) +OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug !lto) INTEGRITY_CHECK=(md5 sha256 sha512) STRIP_BINARIES="--strip-all" STRIP_SHARED="--strip-unneeded" diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf index 42c0bc3..9967892 100644 --- a/makepkg-x86_64.conf +++ b/makepkg-x86_64.conf @@ -26,7 +26,7 @@ DEBUG_CFLAGS="-g" DEBUG_CXXFLAGS="$DEBUG_CFLAGS" DEBUG_RUSTFLAGS="-C debuginfo=2" BUILDENV=(!distcc color !ccache check !sign) -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto) +OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug !lto) INTEGRITY_CHECK=(md5 sha256 sha512) STRIP_BINARIES="--strip-all" STRIP_SHARED="--strip-unneeded" @@ -47,4 +47,4 @@ COMPRESSZ=(compress -c -f) COMPRESSLZ4=(lz4 -q) COMPRESSLZ=(lzip -c -f) PKGEXT='.pkg.tar.xz' -SRCEXT='.src.tar.gz' \ No newline at end of file +SRCEXT='.src.tar.gz'