Skip to content

Commit 2fb74a0

Browse files
committed
Reverted build.sh to used clang as default compiler for the daemon
1 parent 00cc72a commit 2fb74a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#
55

66
#we need clang when compiling on ARMv7
7-
#export CC=/usr/bin/clang
8-
#export CXX=/usr/bin/clang++
7+
export CC=/usr/bin/clang
8+
export CXX=/usr/bin/clang++
99

1010
TOPDIR=$(pwd)
1111

0 commit comments

Comments
 (0)