Palette improvements.
This commit is contained in:
parent
3f976b6f2e
commit
c52c1321fc
3 changed files with 37 additions and 19 deletions
7
Makefile
7
Makefile
|
|
@ -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)\"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue