Merge branch 'master' of git-server:jerry
This commit is contained in:
@@ -229,10 +229,12 @@ ifeq ($(OPTION_MCU),disable)
|
||||
|
||||
ifeq ($(OPTION_MUSL),enable)
|
||||
CC := musl-$(CC)
|
||||
DEFINES_JERRY += -DLIBC_MUSL
|
||||
CFLAGS_COMMON += -static
|
||||
else
|
||||
CFLAGS_COMMON += -fsanitize=address
|
||||
endif
|
||||
|
||||
ifeq ($(OPTION_COLOR),enable)
|
||||
CFLAGS_COMMON += -fdiagnostics-color=always
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user