From 726f516efb81598ec717fcd03619e58d0ff6b9a6 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Fri, 22 Mar 2024 12:56:36 +0000 Subject: [PATCH] Change: Comment out "debug" flag in "OPTIONS" array at "makepkg.conf" (applicable ONLY when selecting to install 'KDE Plasma Optimized' desktop. --- Amelia.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Amelia.sh b/Amelia.sh index 9b983cd..5b44d05 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -4160,6 +4160,7 @@ NRG -e 's|^#RUSTFLAGS.*|RUSTFLAGS="-C opt-level=2"|g' \ -e 's|^#MAKEFLAGS.*|MAKEFLAGS="-j$(nproc)"|g' \ -e 's|^BUILDENV.*|BUILDENV=(!distcc color ccache check !sign)|g' \ + -e 's|^OPTIONS.*|OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto)|g' \ -e 's|^COMPRESSGZ.*|COMPRESSGZ=(pigz -c -f -n)|g' \ -e 's|^COMPRESSBZ2.*|COMPRESSBZ2=(pbzip2 -c -f)|g' \ -e 's|^COMPRESSXZ.*|COMPRESSXZ=(xz -c -z --threads=0 -)|g' /etc/makepkg.conf &&