aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-07-01 20:13:40 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-07-01 20:13:40 +0200
commit50d2cd17fe61664a78523ac06a78e9ecd2344ee4 (patch)
treeba753299f3ee004a6c7c9df77a2dc54b4c276220 /Makefile
parentab0ebc8a5b93cb7087bd51e0cb5a19493cf8fad2 (diff)
print json string for FLOW_END / FLOW_IDLE as well
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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