Change: Comment out "debug" flag in "OPTIONS" array at "makepkg.conf" (applicable ONLY when selecting to install 'KDE Plasma Optimized' desktop.

This commit is contained in:
Jane Doe 2024-03-22 12:56:36 +00:00
parent e31530470f
commit 726f516efb

View file

@ -4160,6 +4160,7 @@ NRG
-e 's|^#RUSTFLAGS.*|RUSTFLAGS="-C opt-level=2"|g' \ -e 's|^#RUSTFLAGS.*|RUSTFLAGS="-C opt-level=2"|g' \
-e 's|^#MAKEFLAGS.*|MAKEFLAGS="-j$(nproc)"|g' \ -e 's|^#MAKEFLAGS.*|MAKEFLAGS="-j$(nproc)"|g' \
-e 's|^BUILDENV.*|BUILDENV=(!distcc color ccache check !sign)|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|^COMPRESSGZ.*|COMPRESSGZ=(pigz -c -f -n)|g' \
-e 's|^COMPRESSBZ2.*|COMPRESSBZ2=(pbzip2 -c -f)|g' \ -e 's|^COMPRESSBZ2.*|COMPRESSBZ2=(pbzip2 -c -f)|g' \
-e 's|^COMPRESSXZ.*|COMPRESSXZ=(xz -c -z --threads=0 -)|g' /etc/makepkg.conf && -e 's|^COMPRESSXZ.*|COMPRESSXZ=(xz -c -z --threads=0 -)|g' /etc/makepkg.conf &&