magic needs optimization, more warnings, and more debug info
This commit is contained in:
parent
a4ff472d1f
commit
aa77afbd19
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ SO_TYPE:=so
|
|||
TP_MAGIC_CFLAGS:=$(shell if [ -x tp-magic-config ] ; then tp-magic-config --cflags ; else echo -I../src/ ; fi)
|
||||
|
||||
SDL_CFLAGS:=$(shell sdl-config --cflags)
|
||||
CFLAGS:=-g -Wall $(SDL_CFLAGS) $(TP_MAGIC_CFLAGS)
|
||||
CFLAGS:=-g3 -O2 -W -Wstrict-prototypes -Wmissing-prototypes -Wall $(SDL_CFLAGS) $(TP_MAGIC_CFLAGS)
|
||||
SHARED_FLAGS:=-shared -fpic
|
||||
|
||||
SDL_MIXER_LIB:=-lSDL_mixer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue