makepkg: make things faster and better organized

master
an 2019-06-19 05:10:09 -04:00
parent 4d084e8e10
commit e9abf1e704
1 changed files with 7 additions and 3 deletions

View File

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