etc/defaults.conf: fix some comments.
This commit is contained in:
parent
50a116d27a
commit
d056b34dca
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue