etc/defaults.conf: disable -mtune=generic for now.
This commit is contained in:
parent
6f6fbb9a4b
commit
05b83a2528
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue