diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-07-01 20:13:40 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-07-01 20:13:40 +0200 |
commit | 50d2cd17fe61664a78523ac06a78e9ecd2344ee4 (patch) | |
tree | ba753299f3ee004a6c7c9df77a2dc54b4c276220 /Makefile | |
parent | ab0ebc8a5b93cb7087bd51e0cb5a19493cf8fad2 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ LIBS += -lndpi endif ifeq ($(ENABLE_DEBUG),yes) -CFLAGS += -Og -g3 +CFLAGS += -O0 -g3 else ENABLE_DEBUG = no endif |