From c6803ecb19fa91a9323faedeb18f202804bb55df Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 16 Jan 2017 18:11:08 +0100 Subject: [PATCH] reduce the number of debug messages --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e9520da03..fbd2e7ca9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -87,7 +87,7 @@ CFLAGS_FOR_TOOLS = -O2 -Wall -std=gnu99 LDFLAGS_FOR_TOOLS = # Prettify output -V = 1 +V = 0 ifeq ($V,0) Q = @ P = > /dev/null