update build_linux.sh remove clang as preferred C++ compiler

This commit is contained in:
Erusman
2018-04-21 16:52:00 -07:00
parent d34b0b0c16
commit ac18591bbf

View File

@@ -99,10 +99,10 @@ if [[ $response =~ ^(yes|y| ) ]]; then
cd $basedir/build
# prefer clang
if type clang &> /dev/null; then
export CC=clang
export CXX=clang++
fi
# if type clang &> /dev/null; then
# export CC=clang
# export CXX=clang++
# fi
if [ $(arch) == "x86_64" ]; then
export LDFLAGS=-L/usr/lib32