makepkg: reorder variables

master
an 2019-07-22 08:21:41 -04:00
parent 9950252322
commit d59a040940
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
CFLAGS="-mtune=native -march=native -O2 -pipe -fstack-protector-strong -fno-plt -w -Wno-c++11-narrowing"
COMPRESSBZ2=(pbzip2 -c -f)
COMPRESSGZ=(pigz -c -f -n)
COMPRESSXZ=(xz -c -z - --threads=0)
PKGEXT='.pkg.tar'
CFLAGS="-mtune=native -march=native -O2 -pipe -fstack-protector-strong -fno-plt -w -Wno-c++11-narrowing"
CXXFLAGS="${CFLAGS}"
MAKEFLAGS="-j12"
PACKAGER="Alison Watson <marrub@greyserv.net>"
PKGDEST="$HOME/bin/packages"
PKGEXT='.pkg.tar'
SRCDEST="$HOME/bin/sources"
CC=clang
CXX=clang++