From: Reinier Haasjes Date: Fri, 17 Aug 2012 09:29:39 +0000 (+0200) Subject: no quiet gcc X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b09989995d1a7d3804e57d63d3d9d19236a1c8c7;p=people%2Fstevee%2Faiccu.git no quiet gcc It's better for us to see gcc output in the build log to ease debugging. Quiet builds make that much harder. Signed-off-by: Stefan Schantl --- diff --git a/unix-console/Makefile b/unix-console/Makefile index 5db5337..4764a6f 100755 --- a/unix-console/Makefile +++ b/unix-console/Makefile @@ -26,7 +26,7 @@ CWARNS += -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggre #CFLAGS += $(CWARNS) -D_GNU_SOURCE -D_DEBUG -g3 -O0 CFLAGS += $(CWARNS) -D_GNU_SOURCE -CC = @gcc +CC = gcc RM = rm # Add -O3 when nothing is specified yet