Reverted build.sh to used clang as default compiler for the daemon

This commit is contained in:
Andrea Bondavalli 2024-10-25 18:04:43 +02:00
parent 00cc72a329
commit 2fb74a0c46

View File

@ -4,8 +4,8 @@
#
#we need clang when compiling on ARMv7
#export CC=/usr/bin/clang
#export CXX=/usr/bin/clang++
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
TOPDIR=$(pwd)