Skip to content

Commit

Permalink
Reverted build.sh to used clang as default compiler for the daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
bondagit committed Oct 25, 2024
1 parent 00cc72a commit 2fb74a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2fb74a0

Please sign in to comment.