Reverted build.sh to used clang as default compiler for the daemon
This commit is contained in:
parent
00cc72a329
commit
2fb74a0c46
4
build.sh
4
build.sh
@ -4,8 +4,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
#we need clang when compiling on ARMv7
|
#we need clang when compiling on ARMv7
|
||||||
#export CC=/usr/bin/clang
|
export CC=/usr/bin/clang
|
||||||
#export CXX=/usr/bin/clang++
|
export CXX=/usr/bin/clang++
|
||||||
|
|
||||||
TOPDIR=$(pwd)
|
TOPDIR=$(pwd)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user