diff --git a/makepkg-i686.conf b/makepkg-i686.conf index 0b1c1cb89db2317634b6386d77d639e97675982e..ca6f93e1376eac7dc4ba2f1436573b8b76eb7be7 100644 --- a/makepkg-i686.conf +++ b/makepkg-i686.conf @@ -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) diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf index 04e20a6fa99059319e5b4f5481eb26fae1781bdc..078e3b8e398927e62264559f30eabfe1abc1d730 100644 --- a/makepkg-x86_64.conf +++ b/makepkg-x86_64.conf @@ -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)