From d94765e6085ec7a2aefc0f10a7cb5810c80dd28f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 28 Jan 2011 13:11:17 +0000 Subject: removed optimization flags svn path=/trunk/externals/iem/mediasettings/; revision=14836 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abb6768..64338f6 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,8 @@ ifeq ($(UNAME),Linux) EXTENSION = pd_linux OS = linux PD_PATH = /usr/local - OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer + OPT_CFLAGS = -g -O0 +# OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer ALL_CFLAGS += -fPIC ALL_LDFLAGS += -Wl,--export-dynamic -shared -fPIC ALL_LIBS += -lc -- cgit v1.2.1