pkg/jerryscript: remove unnecessary CFLAGS

This commit is contained in:
Alexandre Abadie 2020-07-01 09:55:58 +02:00
parent d820570782
commit 3aaf7ed5f3
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -5,8 +5,6 @@ PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk
CFLAGS += -Wno-implicit-fallthrough
JERRY_HEAP ?= 16 # kB
JERRY_STACK ?= 1 # kB
JERRY_GC_LIMIT ?= 0 # Use default value, e.g. 1/32 of total heap size