diff options
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 /etc | |
parent | 163c36bdcde6aa324060bafe5674ea83cf556fd8 (diff) | |
download | pacman-0d99b54ba2957d73c21f761471e54679ba719449.tar.xz |
makepkg.conf: Add staticlibs to default OPTIONS array in comments
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/makepkg.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |