From 35f1ace73c85be37e18a83d274b2ab975c379752 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Mon, 23 Jan 2017 00:36:01 +0100 Subject: [PATCH] Update Makefile Added optimization flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8342e457..ecff1f1a 100644 --- a/Makefile +++ b/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 ifndef DEBUG -MORE_CFLAGS += -Ofast +MORE_CFLAGS += -Ofast -pipe -fsingle-precision-constant -fweb else MORE_CFLAGS += -g -DDEBUG -Wl,--export-dynamic