summaryrefslogtreecommitdiff
path: root/makepkg-i686.conf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 16:35:52 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 16:35:52 -0400
commit3154c90714ef2bcd21c325be4902a6e69aedcaff (patch)
treef931fe2f0bebc74ceb5b72713494953b6c69ddc2 /makepkg-i686.conf
parentec8779248b4d91fb189b658097fa162e6f753991 (diff)
parent8f94d8118fefc48b12be4a35df5ae2ff7a39486f (diff)
Merge tag '20160527.1'HEADlibretools-20160609master
Diffstat (limited to 'makepkg-i686.conf')
-rw-r--r--makepkg-i686.conf5
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)