From b71af73c00d0f1ebb4f994e16660c0002b47dde7 Mon Sep 17 00:00:00 2001 From: celestar Date: Mon, 10 Jan 2005 21:56:02 +0000 Subject: [PATCH] (svn r1474) Added some gcc flags in the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 355583fb95..8e98f1c88a 100644 --- a/Makefile +++ b/Makefile @@ -290,7 +290,7 @@ endif # -O optimize or -O2 fully optimize (O's above 2 are not recommended) # -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 LDFLAGS= LIBS=