index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eric Bélanger <snowmaniscool@gmail.com> | 2013-03-11 01:36:33 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-03-14 11:47:11 +1000 |
commit | 0d99b54ba2957d73c21f761471e54679ba719449 (patch) | |
tree | a9e94534252ab7a144f0617098bee8f8e7f6e398 | |
parent | 163c36bdcde6aa324060bafe5674ea83cf556fd8 (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 2 |
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index b2bf8114..af9588ea 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -65,7 +65,7 @@ BUILDENV=(fakeroot !distcc color !ccache check !sign) # These are default values for the options=() settings ######################################################################### # -# Default: OPTIONS=(strip docs libtool 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 |