From 92803fe8d5db8a5b714c8f7dbff443a8574819df Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 30 Sep 2005 18:06:45 -0700 Subject: [PATCH] Start using "-Wall" when compiling Oh, and change the -O4 to a saner -O2 while at it --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8c5e40c..5793e94 100644 --- a/makefile +++ b/makefile @@ -15,7 +15,7 @@ HDR=ebind.h edef.h efunc.h epath.h estruct.h evar.h # DO NOT ADD OR MODIFY ANY LINES ABOVE THIS -- make source creates them CC=gcc -CFLAGS=-O4 +CFLAGS=-O2 -Wall #CC=c89 +O3 # HP #CFLAGS= -D_HPUX_SOURCE -DSYSV #CFLAGS=-O4 -DSVR4 # Sun