Palette improvements.

This commit is contained in:
William Kendrick 2004-11-22 01:41:40 +00:00
parent 3f976b6f2e
commit c52c1321fc
3 changed files with 37 additions and 19 deletions

View file

@ -93,7 +93,12 @@ SDL_CFLAGS=$(shell sdl-config --cflags)
# The entire set of CFLAGS:
CFLAGS=-O2 -Wall
CFLAGS=-O2 -W -Wall -fno-common -ffast-math \
-Wcast-align -Wredundant-decls \
-Wbad-function-cast -Wwrite-strings \
-Waggregate-return \
-Wstrict-prototypes -Wmissing-prototypes
DEFS=-DDATA_PREFIX=\"$(DATA_PREFIX)\" \
-D$(NOSOUNDFLAG) -DDOC_PREFIX=\"$(DOC_PREFIX)\" \
-DLOCALEDIR=\"$(LOCALE_PREFIX)\" -DCONFDIR=\"$(CONFDIR)\"