Update Makefile

Added optimization flags
This commit is contained in:
Dimitris Panokostas 2017-01-23 00:36:01 +01:00 committed by GitHub
parent 61b606d79e
commit 35f1ace73c

View file

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