diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2013-10-20 13:31:02 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2013-10-20 13:31:02 +0200 |
commit | 1ae58aed5bbb12d9e08c5bc06d8fafcc04914366 (patch) | |
tree | 205e1ac52fe44bf0b676c55ff65fd8ff0c36359c /makepkg-x86_64.conf | |
parent | 0d16a9135055d0c998cac236608cb630c93f0ac7 (diff) | |
download | devtools32-1ae58aed5bbb12d9e08c5bc06d8fafcc04914366.tar.xz |
Remove libtool files by default
Diffstat (limited to 'makepkg-x86_64.conf')
-rw-r--r-- | makepkg-x86_64.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf index c03b9a1..330c242 100644 --- a/makepkg-x86_64.conf +++ b/makepkg-x86_64.conf @@ -67,7 +67,7 @@ BUILDENV=(fakeroot !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 !upx !debug) # A negated option will do the opposite of the comments below. # #-- strip: Strip symbols from binaries/libraries @@ -80,7 +80,7 @@ BUILDENV=(fakeroot !distcc color !ccache check !sign) #-- upx: Compress binary executable files using UPX #-- 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 !upx !debug) #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 INTEGRITY_CHECK=(md5) |