summaryrefslogtreecommitdiffstats
path: root/ext/jpeg/Makefile.am
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 /ext/jpeg/Makefile.am
parent787df174828d4fe03e4f1a6ac48a971b0e7524e2 (diff)
Remove all locally-defined optimization flags
Original commit message from CVS: Remove all locally-defined optimization flags
Diffstat (limited to 'ext/jpeg/Makefile.am')
-rw-r--r--ext/jpeg/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/jpeg/Makefile.am b/ext/jpeg/Makefile.am
index 7018a3cf..351a2e77 100644
--- a/ext/jpeg/Makefile.am
+++ b/ext/jpeg/Makefile.am
@@ -3,8 +3,6 @@ plugin_LTLIBRARIES = libgstjpeg.la
libgstjpeg_la_SOURCES = gstjpeg.c gstjpegdec.c gstjpegenc.c
libgstjpeg_la_CFLAGS = $(GST_CFLAGS)
-## FIXME: check these CFLAGS
-## -O3 $(FOMIT_FRAME_POINTER) $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS) -DNDEBUG
libgstjpeg_la_LIBADD = $(JPEG_LIBS)
libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)