diff options
-rw-r--r-- | pacman/makepkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman/makepkg.conf b/pacman/makepkg.conf index 5a8e6f4..3ab5178 100644 --- a/pacman/makepkg.conf +++ b/pacman/makepkg.conf @@ -1,5 +1,5 @@ MAKEFLAGS="-j$(nproc)" -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx debug) +OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug) INTEGRITY_CHECK=(sha256) PACKAGER="Johannes Löthberg <johannes@kyriasis.com>" GPGKEY="50FB9B273A9D0BB5" |