Update Makefile

Fix build crashing (removed single precision constant flag)
This commit is contained in:
Dimitris Panokostas 2017-01-26 22:55:31 +01:00 committed by GitHub
parent 539bb083fa
commit 519d328ede

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
ifndef DEBUG
MORE_CFLAGS += -Ofast -pipe -fsingle-precision-constant -fweb
MORE_CFLAGS += -Ofast -pipe -fweb
else
MORE_CFLAGS += -g -DDEBUG -Wl,--export-dynamic