diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2016-02-07 10:12:56 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2016-02-07 10:12:56 +0100 |
commit | f85fc32d78414c25f82e0b13e3d99f15ab787b56 (patch) | |
tree | a731325cfc0f6376cd04b37edfffa0a387d64a44 /makepkg-i686.conf | |
parent | c5128dc45ccb13a4a99a8ffe7aa6bdf84cc89970 (diff) | |
download | devtools32-f85fc32d78414c25f82e0b13e3d99f15ab787b56.tar.xz |
Update bundled pacman and makepkg configuration
Diffstat (limited to 'makepkg-i686.conf')
-rw-r--r-- | makepkg-i686.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/makepkg-i686.conf b/makepkg-i686.conf index ac54d07..c565795 100644 --- a/makepkg-i686.conf +++ b/makepkg-i686.conf @@ -73,7 +73,7 @@ BUILDENV=(!distcc color !ccache check !sign) # These are default values for the options=() settings ######################################################################### # -# Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug) +# Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug) # A negated option will do the opposite of the comments below. # #-- strip: Strip symbols from binaries/libraries @@ -84,9 +84,10 @@ BUILDENV=(!distcc color !ccache check !sign) #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip #-- purge: Remove files specified by PURGE_TARGETS #-- upx: Compress binary executable files using UPX +#-- optipng: Optimize PNG images with optipng #-- debug: Add debugging flags as specified in DEBUG_* variables # -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug) +OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug) #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 INTEGRITY_CHECK=(md5) |