Update Makefile
Added optimization flags
This commit is contained in:
parent
61b606d79e
commit
35f1ace73c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
LDFLAGS += -lSDL_ttf -lguichan_sdl -lguichan -lbcm_host -L/opt/vc/lib
|
||||||
|
|
||||||
ifndef DEBUG
|
ifndef DEBUG
|
||||||
MORE_CFLAGS += -Ofast
|
MORE_CFLAGS += -Ofast -pipe -fsingle-precision-constant -fweb
|
||||||
else
|
else
|
||||||
MORE_CFLAGS += -g -DDEBUG -Wl,--export-dynamic
|
MORE_CFLAGS += -g -DDEBUG -Wl,--export-dynamic
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue