From f447082a5e6fecedc40fbc3e4acb2ecfd29b3f23 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 30 Sep 2001 22:11:16 +0000 Subject: [PATCH] Removed the instrument-functions flag Original commit message from CVS: Removed the instrument-functions flag --- gst/elements/Makefile.am | 4 +++- plugins/elements/Makefile.am | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gst/elements/Makefile.am b/gst/elements/Makefile.am index 0373ad2e0f..3902ca30c4 100644 --- a/gst/elements/Makefile.am +++ b/gst/elements/Makefile.am @@ -8,6 +8,8 @@ else GSTHTTPSRC= endif +#CFLAGS += -O2 -Wall -finstrument-functions -DGST_ENABLE_FUNC_INSTRUMENTATION + libgstelements_la_DEPENDENCIES = ../libgst.la libgstelements_la_SOURCES = \ gstelements.c \ @@ -41,7 +43,7 @@ noinst_HEADERS = \ gstaggregator.h \ gstsinesrc.h -CFLAGS += -O2 -Wall -finstrument-functions -DGST_ENABLE_FUNC_INSTRUMENTATION +CFLAGS += -O2 -Wall LDFLAGS += -lm libgstelements_la_LIBADD = $(GHTTP_LIBS) diff --git a/plugins/elements/Makefile.am b/plugins/elements/Makefile.am index 0373ad2e0f..3902ca30c4 100644 --- a/plugins/elements/Makefile.am +++ b/plugins/elements/Makefile.am @@ -8,6 +8,8 @@ else GSTHTTPSRC= endif +#CFLAGS += -O2 -Wall -finstrument-functions -DGST_ENABLE_FUNC_INSTRUMENTATION + libgstelements_la_DEPENDENCIES = ../libgst.la libgstelements_la_SOURCES = \ gstelements.c \ @@ -41,7 +43,7 @@ noinst_HEADERS = \ gstaggregator.h \ gstsinesrc.h -CFLAGS += -O2 -Wall -finstrument-functions -DGST_ENABLE_FUNC_INSTRUMENTATION +CFLAGS += -O2 -Wall LDFLAGS += -lm libgstelements_la_LIBADD = $(GHTTP_LIBS)