From 2fb74a0c461071d2d8be2d595db0496a6dc00b90 Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Fri, 25 Oct 2024 18:04:43 +0200 Subject: [PATCH] Reverted build.sh to used clang as default compiler for the daemon --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index e9acbd6..4cfbc3e 100755 --- a/build.sh +++ b/build.sh @@ -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)