From 3aaf7ed5f34bdcbd52fcce66b287336603bbb27e Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 1 Jul 2020 09:55:58 +0200 Subject: [PATCH] pkg/jerryscript: remove unnecessary CFLAGS --- pkg/jerryscript/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/jerryscript/Makefile b/pkg/jerryscript/Makefile index 6a3dc700de..59324de1c1 100644 --- a/pkg/jerryscript/Makefile +++ b/pkg/jerryscript/Makefile @@ -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