From c6952a5995579466287e6acc156962bdad31af23 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sat, 11 Jul 2020 15:24:21 +0200 Subject: removed obsolete EXTRA_VERBOSE mode Signed-off-by: Toni Uhlig --- Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3