mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 08:25:33 +00:00
Removed the instrument-functions flag
Original commit message from CVS: Removed the instrument-functions flag
This commit is contained in:
parent
56d23064a2
commit
f447082a5e
2 changed files with 6 additions and 2 deletions
|
@ -8,6 +8,8 @@ else
|
||||||
GSTHTTPSRC=
|
GSTHTTPSRC=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
#CFLAGS += -O2 -Wall -finstrument-functions -DGST_ENABLE_FUNC_INSTRUMENTATION
|
||||||
|
|
||||||
libgstelements_la_DEPENDENCIES = ../libgst.la
|
libgstelements_la_DEPENDENCIES = ../libgst.la
|
||||||
libgstelements_la_SOURCES = \
|
libgstelements_la_SOURCES = \
|
||||||
gstelements.c \
|
gstelements.c \
|
||||||
|
@ -41,7 +43,7 @@ noinst_HEADERS = \
|
||||||
gstaggregator.h \
|
gstaggregator.h \
|
||||||
gstsinesrc.h
|
gstsinesrc.h
|
||||||
|
|
||||||
CFLAGS += -O2 -Wall -finstrument-functions -DGST_ENABLE_FUNC_INSTRUMENTATION
|
CFLAGS += -O2 -Wall
|
||||||
LDFLAGS += -lm
|
LDFLAGS += -lm
|
||||||
|
|
||||||
libgstelements_la_LIBADD = $(GHTTP_LIBS)
|
libgstelements_la_LIBADD = $(GHTTP_LIBS)
|
||||||
|
|
|
@ -8,6 +8,8 @@ else
|
||||||
GSTHTTPSRC=
|
GSTHTTPSRC=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
#CFLAGS += -O2 -Wall -finstrument-functions -DGST_ENABLE_FUNC_INSTRUMENTATION
|
||||||
|
|
||||||
libgstelements_la_DEPENDENCIES = ../libgst.la
|
libgstelements_la_DEPENDENCIES = ../libgst.la
|
||||||
libgstelements_la_SOURCES = \
|
libgstelements_la_SOURCES = \
|
||||||
gstelements.c \
|
gstelements.c \
|
||||||
|
@ -41,7 +43,7 @@ noinst_HEADERS = \
|
||||||
gstaggregator.h \
|
gstaggregator.h \
|
||||||
gstsinesrc.h
|
gstsinesrc.h
|
||||||
|
|
||||||
CFLAGS += -O2 -Wall -finstrument-functions -DGST_ENABLE_FUNC_INSTRUMENTATION
|
CFLAGS += -O2 -Wall
|
||||||
LDFLAGS += -lm
|
LDFLAGS += -lm
|
||||||
|
|
||||||
libgstelements_la_LIBADD = $(GHTTP_LIBS)
|
libgstelements_la_LIBADD = $(GHTTP_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue