etc/defaults.conf: disable -mtune=generic for now.

This commit is contained in:
Juan RP 2014-05-16 17:17:32 +02:00
parent 6f6fbb9a4b
commit 05b83a2528

View file

@ -49,7 +49,7 @@ XBPS_INSTALL_ARGS="--repository=http://repo.voidlinux.eu/current"
# [OPTIONAL]
# Compilation flags for C and C++.
#
XBPS_CFLAGS="-O2 -pipe -mtune=generic -fstack-protector-strong"
XBPS_CFLAGS="-O2 -pipe -fstack-protector-strong"
XBPS_CXXFLAGS="${XBPS_CFLAGS}"
# [OPTIONAL]