From c776885691bb418c1325ae02e919556460b7cd4b Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 11 May 2023 16:21:33 +0200 Subject: [PATCH] clang for berry binary compile (#18641) --- lib/libesp32/berry/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libesp32/berry/Makefile b/lib/libesp32/berry/Makefile index 0847eb4b2..5907e22db 100755 --- a/lib/libesp32/berry/Makefile +++ b/lib/libesp32/berry/Makefile @@ -3,7 +3,7 @@ DEBUG_FLAGS = -O0 -g -DBE_DEBUG TEST_FLAGS = $(DEBUG_FLAGS) --coverage -fno-omit-frame-pointer -fsanitize=address -fsanitize=undefined LIBS = -lm TARGET = berry -CC = gcc +CC = clang # install clang!! gcc seems to produce a defect berry binary MKDIR = mkdir LFLAGS =