summaryrefslogtreecommitdiffstats
path: root/gst/goom
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-09-11 19:57:59 +0000
committerDavid Schleef <ds@schleef.org>2003-09-11 19:57:59 +0000
commit07e5bc672f3c2147f98aca08f6f095dbb77d2c93 (patch)
treefc0aef219a0b141d3b08519ad230bc5d68814121 /gst/goom
parent787df174828d4fe03e4f1a6ac48a971b0e7524e2 (diff)
Remove all locally-defined optimization flags
Original commit message from CVS: Remove all locally-defined optimization flags
Diffstat (limited to 'gst/goom')
-rw-r--r--gst/goom/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/goom/Makefile.am b/gst/goom/Makefile.am
index 5fafbde2..85b5c234 100644
--- a/gst/goom/Makefile.am
+++ b/gst/goom/Makefile.am
@@ -13,8 +13,7 @@ libgstgoom_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c lin
noinst_HEADERS = filters.h goom_core.h goom_tools.h graphic.h lines.h
-#CFLAGS += $(GST_CFLAGS) -O3 $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS) -fomit-frame-pointer -DNDEBUG
-libgstgoom_la_CFLAGS = -O2 $(GST_FFASTMATH_CFLAGS) $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS)
+libgstgoom_la_CFLAGS = $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS)
libgstgoom_la_LIBADD =
libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)