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" XBPS_INSTALL_ARGS="--repository=http://repo.voidlinux.eu/current"
# [OPTIONAL] # [OPTIONAL]
# Native Compilation flags for C and C++. Note that these settings override # Native Compilation/Preprocessor flags for C and C++. Additional settings
# the pre-defined for the target architecture in common/build-profiles/arch.sh. # for the target architecture are also declared in common/build-profiles/<arch>.sh.
# #
XBPS_CFLAGS="-O2 -pipe -fstack-protector-strong" XBPS_CFLAGS="-O2 -pipe -fstack-protector-strong"
XBPS_CXXFLAGS="${XBPS_CFLAGS}" XBPS_CXXFLAGS="${XBPS_CFLAGS}"