mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
Start using "-Wall" when compiling
Oh, and change the -O4 to a saner -O2 while at it
This commit is contained in:
parent
e3ca2a12cf
commit
92803fe8d5
2
makefile
2
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
|
# DO NOT ADD OR MODIFY ANY LINES ABOVE THIS -- make source creates them
|
||||||
|
|
||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS=-O4
|
CFLAGS=-O2 -Wall
|
||||||
#CC=c89 +O3 # HP
|
#CC=c89 +O3 # HP
|
||||||
#CFLAGS= -D_HPUX_SOURCE -DSYSV
|
#CFLAGS= -D_HPUX_SOURCE -DSYSV
|
||||||
#CFLAGS=-O4 -DSVR4 # Sun
|
#CFLAGS=-O4 -DSVR4 # Sun
|
||||||
|
Loading…
Reference in New Issue
Block a user