scripts/build-system/makepkg.conf

7 lines
186 B
Plaintext

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)