Merged updates from SDL2 branch

This commit is contained in:
Dimitris Panokostas 2017-04-10 18:14:30 +02:00
commit bdf0acdc95
9 changed files with 70 additions and 168 deletions

View file

@ -44,7 +44,7 @@ LDFLAGS += -lpthread -lm -lz -lpng -lrt -lxml2 -lFLAC -lmpg123 -ldl -lprofiler -
LDFLAGS += -lSDL2 -lSDL2_image -lSDL2_ttf -lguisan -L/opt/vc/lib -Lsrc/guisan/lib
ifndef DEBUG
MORE_CFLAGS += -Ofast -pipe
MORE_CFLAGS += -Ofast -pipe -Wno-write-strings
else
MORE_CFLAGS += -g -DDEBUG -Wl,--export-dynamic
endif