From 92a19c45aef3f0e34dfcc5caf2b7f5e65295d00f Mon Sep 17 00:00:00 2001 From: Vincent Hamm Date: Sun, 24 Mar 2002 17:49:47 +0000 Subject: Fixed pal init svn-id: r3815 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6af1fb6dc5..e7a0c3fd0d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # $Header$ CC = gcc -CFLAGS = -g -Wall -Wstrict-prototypes -Wno-long-long -Wno-multichar +CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar DEFINES = -DUNIX -DUSE_ADLIB LDFLAGS := INCLUDES:= `sdl-config --cflags` -I./ -I./sound -- cgit v1.2.3