Removed the instrument-functions flag

Original commit message from CVS:
Removed the instrument-functions flag
This commit is contained in:
Wim Taymans 2001-09-30 22:11:16 +00:00
parent 56d23064a2
commit f447082a5e
2 changed files with 6 additions and 2 deletions

View file

@ -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)

View file

@ -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)