makepkg: use all of the cores for gz/xz

master
an 2019-06-11 21:13:01 -04:00
parent fb0f3a65a2
commit df1148dd29
1 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,5 @@ CFLAGS="-march=native -O2 -pipe -fstack-protector-strong -fno-plt"
CXXFLAGS="${CFLAGS}"
MAKEFLAGS="-j12"
PKGEXT='.pkg.tar'
COMPRESSXZ=(xz -c -z - --threads=0)
COMPRESSGZ=(pigz -c -f -n)