aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-09-30 18:06:45 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-30 18:06:45 -0700
commit92803fe8d5db8a5b714c8f7dbff443a8574819df (patch)
tree69de3e12921229789c914809f151fbdb7f949524
parente3ca2a12cf50e0ee9e62911036ebe029a6cf9fa1 (diff)
downloaduemacs-92803fe8d5db8a5b714c8f7dbff443a8574819df.tar.gz
Start using "-Wall" when compiling
Oh, and change the -O4 to a saner -O2 while at it
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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