diff --git a/build-system/makepkg.conf b/build-system/makepkg.conf index 22b04c4..b2e0248 100644 --- a/build-system/makepkg.conf +++ b/build-system/makepkg.conf @@ -1,4 +1,4 @@ -CFLAGS="-mtune=native -march=native -O2 -pipe -fstack-protector-strong -fno-plt -w" +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) @@ -8,5 +8,5 @@ PACKAGER="Alison Watson " PKGDEST="$HOME/bin/packages" PKGEXT='.pkg.tar' SRCDEST="$HOME/bin/sources" -CC=gcc -CXX=g++ +CC=clang +CXX=clang++