Update Makefile

This commit is contained in:
Dimitris Panokostas 2017-01-27 13:33:29 +01:00 committed by GitHub
parent 519d328ede
commit 0fb3fcd9f9

View file

@ -46,7 +46,7 @@ LDFLAGS += -lSDL -lpthread -lm -lz -lSDL_image -lpng -lrt -lxml2 -lFLAC -lmpg123
LDFLAGS += -lSDL_ttf -lguichan_sdl -lguichan -lbcm_host -L/opt/vc/lib LDFLAGS += -lSDL_ttf -lguichan_sdl -lguichan -lbcm_host -L/opt/vc/lib
ifndef DEBUG ifndef DEBUG
MORE_CFLAGS += -Ofast -pipe -fweb MORE_CFLAGS += -Ofast -pipe
else else
MORE_CFLAGS += -g -DDEBUG -Wl,--export-dynamic MORE_CFLAGS += -g -DDEBUG -Wl,--export-dynamic