etc/defaults.conf: fix some comments.

This commit is contained in:
Juan RP 2015-03-04 15:20:57 +01:00
parent 50a116d27a
commit d056b34dca
1 changed files with 2 additions and 2 deletions

View File

@ -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/<arch>.sh.
#
XBPS_CFLAGS="-O2 -pipe -fstack-protector-strong"
XBPS_CXXFLAGS="${XBPS_CFLAGS}"