From e07e4bb40155c93d899cc8f94558cab1fd1ef9c9 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 2 Jun 2016 12:16:43 +0200 Subject: [PATCH] Remove makepkg packaging options, use system default. --- pacman/.config/pacman/makepkg.conf | 3 --- 1 file changed, 3 deletions(-) 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 -)