From d056b34dca080884983b51ea312cc9a9b90da919 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 4 Mar 2015 15:20:57 +0100 Subject: [PATCH] etc/defaults.conf: fix some comments. --- etc/defaults.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/defaults.conf b/etc/defaults.conf index a8b838e3c18..d6f2f477a63 100644 --- a/etc/defaults.conf +++ b/etc/defaults.conf @@ -21,8 +21,8 @@ XBPS_INSTALL_ARGS="--repository=http://repo.voidlinux.eu/current" # [OPTIONAL] -# Native Compilation flags for C and C++. Note that these settings override -# the pre-defined for the target architecture in common/build-profiles/arch.sh. +# Native Compilation/Preprocessor flags for C and C++. Additional settings +# for the target architecture are also declared in common/build-profiles/.sh. # XBPS_CFLAGS="-O2 -pipe -fstack-protector-strong" XBPS_CXXFLAGS="${XBPS_CFLAGS}"