From 5be586046b14c2f10b323c66a03a2d6e5c6679aa Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Fri, 17 Jun 2016 18:00:14 -0400 Subject: gcc -Wall cleanup --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 090f83c..9bd1a25 100644 --- a/makefile +++ b/makefile @@ -29,7 +29,7 @@ cc: #Build with gcc. gcc: - @UNAME=`uname` ; make "CC=gcc" "CC2=gcc" "CFLAGS=-D$$UNAME -O2" ek + @UNAME=`uname` ; make "CC=gcc" "CC2=gcc" "CFLAGS=-D$$UNAME -O0 -ggdb -Wall" ek #Ditto but no debugging. gccnd: -- cgit v1.2.3