Start using "-Wall" when compiling

Oh, and change the -O4 to a saner -O2 while at it
This commit is contained in:
Linus Torvalds 2005-09-30 18:06:45 -07:00
parent e3ca2a12cf
commit 92803fe8d5
1 changed files with 1 additions and 1 deletions

View File

@ -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