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 &&