aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-01-28 13:11:17 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-01-28 13:11:17 +0000
commitd94765e6085ec7a2aefc0f10a7cb5810c80dd28f (patch)
treed4c02f6cdec6ad85ee836be9de404088199bca67
parentaf45b385f1678aa2876aba27cbde6d2e6248a0c1 (diff)
removed optimization flags
svn path=/trunk/externals/iem/mediasettings/; revision=14836
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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