From 519d328edee06dc3ad971693cbe22c033f4a6679 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Thu, 26 Jan 2017 22:55:31 +0100 Subject: [PATCH] Update Makefile Fix build crashing (removed single precision constant flag) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca1f6790..477b8f8b 100644 --- a/Makefile +++ b/Makefile @@ -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