1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/jerryscript: add -Wno-cast-align

This commit is contained in:
Marian Buschsieweke 2021-11-05 22:34:21 +01:00
parent b433183e0e
commit 4726e419c8
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -12,6 +12,7 @@ JERRY_GC_LIMIT ?= 0 # Use default value, e.g. 1/32 of total heap size
JERRY_GC_MARK_LIMIT ?= 8 # maximum recursion depth during GC mark phase
EXT_CFLAGS := -D__TARGET_RIOT
CFLAGS += -Wno-cast-align
# disable warnings when compiling with LLVM for board native
ifeq ($(TOOLCHAIN)_$(BOARD),llvm_native)