From 50d2cd17fe61664a78523ac06a78e9ecd2344ee4 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 1 Jul 2020 20:13:40 +0200 Subject: print json string for FLOW_END / FLOW_IDLE as well Signed-off-by: Toni Uhlig --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab1919732..fb5a04f68 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ LIBS += -lndpi endif ifeq ($(ENABLE_DEBUG),yes) -CFLAGS += -Og -g3 +CFLAGS += -O0 -g3 else ENABLE_DEBUG = no endif -- cgit v1.2.3