diff --git a/build-system/makepkg.conf b/build-system/makepkg.conf index b2e0248..57aeb1a 100644 --- a/build-system/makepkg.conf +++ b/build-system/makepkg.conf @@ -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 " PKGDEST="$HOME/bin/packages" -PKGEXT='.pkg.tar' SRCDEST="$HOME/bin/sources" CC=clang CXX=clang++