(svn r1474) Added some gcc flags in the Makefile

This commit is contained in:
celestar
2005-01-10 21:56:02 +00:00
parent 4734a0e690
commit b71af73c00

View File

@@ -290,7 +290,7 @@ endif
# -O optimize or -O2 fully optimize (O's above 2 are not recommended) # -O optimize or -O2 fully optimize (O's above 2 are not recommended)
# -pg profile - generate profiling data. See "man gprof" to use this. # -pg profile - generate profiling data. See "man gprof" to use this.
CFLAGS=-Wall -Wno-multichar -Wsign-compare CFLAGS=-Wall -Wno-multichar -Wsign-compare -W -O1 -Wno-unused-parameter
CDEFS=-DWITH_REV CDEFS=-DWITH_REV
LDFLAGS= LDFLAGS=
LIBS= LIBS=