clang for berry binary compile (#18641)

This commit is contained in:
Jason2866 2023-05-11 16:21:33 +02:00 committed by GitHub
parent 71391d614c
commit c776885691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 =