From f04edd81a6f3016652990d2fea9f848405d14f9a Mon Sep 17 00:00:00 2001 From: Harish Rajagopal Date: Fri, 31 Dec 2021 18:56:19 +0100 Subject: [PATCH] Updated comments for makepkg defaults --- makepkg-x86_64.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf index 9d1b2f2f..f95d8dcb 100644 --- a/makepkg-x86_64.conf +++ b/makepkg-x86_64.conf @@ -57,7 +57,7 @@ DEBUG_CXXFLAGS="-g -fvar-tracking-assignments" # BUILD ENVIRONMENT ######################################################################### # -# Makepkg 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 @@ -80,7 +80,7 @@ BUILDENV=(!distcc color !ccache check !sign) # These are default values for the options=() settings ######################################################################### # -# Makepkg defaults: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug !lto) +# Makepkg defaults: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto) # A negated option will do the opposite of the comments below. # #-- strip: Strip symbols from binaries/libraries