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'