clang options

This commit is contained in:
Figue 2019-01-30 01:58:36 +01:00
parent 4b116de97c
commit 1282b5bb66

View file

@ -98,6 +98,9 @@ build() {
if [ "$_CLANG" -eq "1" ]; then
export CC=clang
export CXX=clang++
export AR=llvm-ar
export NM=llvm-nm
export RANLIB=llvm-ranlib
fi
# Do PGO