makepkg: use -O3 instead of -O2

master
an 2019-07-24 20:07:51 -04:00
parent e4b0e8a8a7
commit 0e59acfd8a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ COMPRESSBZ2=(pbzip2 -c -f)
COMPRESSGZ=(pigz -c -f -n) COMPRESSGZ=(pigz -c -f -n)
COMPRESSXZ=(xz -c -z - --threads=0) COMPRESSXZ=(xz -c -z - --threads=0)
PKGEXT='.pkg.tar' PKGEXT='.pkg.tar'
CFLAGS="-mtune=native -march=native -O2 -pipe -fstack-protector-strong -fno-plt -w -Wno-c++11-narrowing" CFLAGS="-mtune=native -march=native -O3 -pipe -fstack-protector-strong -fno-plt -w -Wno-c++11-narrowing"
CXXFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS}"
MAKEFLAGS="-j12" MAKEFLAGS="-j12"
PACKAGER="Alison Watson <marrub@greyserv.net>" PACKAGER="Alison Watson <marrub@greyserv.net>"