index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2020-09-03 12:44:24 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-09-03 12:44:24 +1000 |
commit | f235cea7330ec0ceb98c9474e7a8ea7fd27a3df2 (patch) | |
tree | af223f42a2bf012fb7396b7f1d04a917bae9b302 /etc | |
parent | f53ac85ff6cd2f74f8157f23a5e21650cd17f372 (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 4 |
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 1c7988d2..e9582646 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -52,7 +52,7 @@ CHOST="@CHOST@" # BUILD ENVIRONMENT ######################################################################### # -# Defaults: BUILDENV=(!distcc !color !ccache check !sign) +# Makepkg defaults: BUILDENV=(!distcc !color !ccache check !sign) # A negated environment option will do the opposite of the comments below. # #-- distcc: Use the Distributed C/C++/ObjC compiler @@ -75,7 +75,7 @@ BUILDENV=(!distcc color !ccache check !sign) # These are default values for the options=() settings ######################################################################### # -# Default: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug) +# Makepkg defaults: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug) # A negated option will do the opposite of the comments below. # #-- strip: Strip symbols from binaries/libraries |