aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-07-11 15:24:21 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-07-11 15:24:21 +0200
commitc6952a5995579466287e6acc156962bdad31af23 (patch)
tree519575a6f936d0fb174bcc9f0614cef0ce50a68f /Makefile
parente4e2a9ccab09bfc4b4ed595712a1dd35f74d2819 (diff)
removed obsolete EXTRA_VERBOSE 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 b029abca4..0fcba603b 100644
--- a/Makefile
+++ b/Makefile
@@ -39,12 +39,6 @@ else
DISABLE_JSONIZER = no
endif
-ifeq ($(EXTRA_VERBOSE),yes)
-CFLAGS += -DEXTRA_VERBOSE
-else
-EXTRA_VERBOSE = no
-endif
-
RM = rm -f
nDPId: help nDPId.c
@@ -62,6 +56,5 @@ help:
@echo 'ENABLE_SANITIZER = $(ENABLE_SANITIZER)'
@echo 'ENABLE_SANITIZER_THREAD = $(ENABLE_SANITIZER_THREAD)'
@echo 'DISABLE_JSONIZER = $(DISABLE_JSONIZER)'
- @echo 'EXTRA_VERBOSE = $(EXTRA_VERBOSE)'
.PHONY: help