mirror of https://github.com/arendst/Tasmota.git
clang for berry binary compile (#18641)
This commit is contained in:
parent
71391d614c
commit
c776885691
|
@ -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 =
|
||||
|
||||
|
|
Loading…
Reference in New Issue