From 43f30739b9d2677d4ad9fbe9685035583a9267c4 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 11 Sep 2003 19:57:59 +0000 Subject: Remove all locally-defined optimization flags Original commit message from CVS: Remove all locally-defined optimization flags --- gst/smpte/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/smpte/Makefile.am') diff --git a/gst/smpte/Makefile.am b/gst/smpte/Makefile.am index 00d06bbc..26723c8d 100644 --- a/gst/smpte/Makefile.am +++ b/gst/smpte/Makefile.am @@ -5,7 +5,7 @@ libgstsmpte_la_SOURCES = gstsmpte.c gstmask.c barboxwipes.c paint.c noinst_HEADERS = gstsmpte.h gstmask.h paint.h -libgstsmpte_la_CFLAGS = -O2 $(GST_FFASTMATH_CFLAGS) $(GST_CFLAGS) +libgstsmpte_la_CFLAGS = $(GST_CFLAGS) libgstsmpte_la_LIBADD = libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1