diff --git a/Makefile b/Makefile index baadb92..ed7752c 100755 --- a/Makefile +++ b/Makefile @@ -20,6 +20,8 @@ ifeq ($(GCC_VER_49),1) EXTRA_CFLAGS += -Wno-date-time # Fix compile error && warning on gcc 4.9 and later endif +EXTRA_CFLAGS += -Wno-vla + EXTRA_CFLAGS += -I$(src)/include EXTRA_LDFLAGS += --strip-debug