diff --git a/pacman/.config/pacman/makepkg.conf b/pacman/.config/pacman/makepkg.conf index 646bdb5..f5b03ac 100644 --- a/pacman/.config/pacman/makepkg.conf +++ b/pacman/.config/pacman/makepkg.conf @@ -5,8 +5,5 @@ CXXFLAGS="-march=native -mtune=generic -O2 -pipe -fstack-protector-strong -flto" # Do a parallel build. MAKEFLAGS="-j6" -# Enable optipng compression, for what its worth -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge optipng !upx !debug) - # Use parallel compression COMPRESSXZ=(xz -c -z -T 0 -)