mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
woops. left debug -O0 flag on builds
This commit is contained in:
parent
91359379ab
commit
3ce80ce333
@ -14,7 +14,7 @@ CCOPTS = -O2 -Wall -fomit-frame-pointer -std=gnu99 -DHAVE_ICON -DHAVE_SDL -DTOGG
|
|||||||
CPPOPTS = -O2 -DHAVE_TFE -DHAVE_SDL -DTOGGLE_STATUS -I/usr/local/include/freetype2 -I/usr/local/include/SDL2
|
CPPOPTS = -O2 -DHAVE_TFE -DHAVE_SDL -DTOGGLE_STATUS -I/usr/local/include/freetype2 -I/usr/local/include/SDL2
|
||||||
|
|
||||||
EXTRA_LIBS = -lSDL2 -lSDL2_image -lfreetype
|
EXTRA_LIBS = -lSDL2 -lSDL2_image -lfreetype
|
||||||
OPTS = -DGSPLUS_LITTLE_ENDIAN -g -O0
|
OPTS = -DGSPLUS_LITTLE_ENDIAN -g
|
||||||
SUFFIX =
|
SUFFIX =
|
||||||
LDFLAGS = `sdl2-config --static-libs` -L/usr/local/lib
|
LDFLAGS = `sdl2-config --static-libs` -L/usr/local/lib
|
||||||
LDOPTS = -I.
|
LDOPTS = -I.
|
||||||
|
Loading…
Reference in New Issue
Block a user