aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-07-11 15:33:17 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-07-11 15:33:17 +0200
commit1085608ad4a96a51a42d7732da1d0ef16aefbdc6 (patch)
tree92f7b9deffd3e26c5109e33bfb1771c9372157e8 /Makefile
parentc6952a5995579466287e6acc156962bdad31af23 (diff)
removed obsolete DISABLE_JSONIZER mode
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 0fcba603b..990357538 100644
--- a/Makefile
+++ b/Makefile
@@ -33,12 +33,6 @@ else
ENABLE_SANITIZER_THREAD = no
endif
-ifeq ($(DISABLE_JSONIZER),yes)
-CFLAGS += -DDISABLE_JSONIZER
-else
-DISABLE_JSONIZER = no
-endif
-
RM = rm -f
nDPId: help nDPId.c
@@ -55,6 +49,5 @@ help:
@echo 'ENABLE_DEBUG = $(ENABLE_DEBUG)'
@echo 'ENABLE_SANITIZER = $(ENABLE_SANITIZER)'
@echo 'ENABLE_SANITIZER_THREAD = $(ENABLE_SANITIZER_THREAD)'
- @echo 'DISABLE_JSONIZER = $(DISABLE_JSONIZER)'
.PHONY: help