mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +00:00
Remove FOMIT_FRAME_POINTER
Original commit message from CVS: Remove FOMIT_FRAME_POINTER
This commit is contained in:
parent
e3785989e3
commit
36173ee63a
1 changed files with 0 additions and 11 deletions
11
configure.ac
11
configure.ac
|
@ -439,17 +439,6 @@ if test "x$USE_DEBUG" = xyes; then
|
||||||
GST_INT_CFLAGS="$GST_INT_CFLAGS -g"
|
GST_INT_CFLAGS="$GST_INT_CFLAGS -g"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$USE_PROFILING" = xyes; then
|
|
||||||
dnl CFLAGS="$CFLAGS -pg -fprofile-arcs"
|
|
||||||
FOMIT_FRAME_POINTER=""
|
|
||||||
else
|
|
||||||
FOMIT_FRAME_POINTER="-fomit-frame-pointer"
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl
|
|
||||||
dnl AC_SUBST(FOMIT_FRAME_POINTER)
|
|
||||||
dnl
|
|
||||||
|
|
||||||
dnl #############################
|
dnl #############################
|
||||||
dnl # Set automake conditionals #
|
dnl # Set automake conditionals #
|
||||||
dnl #############################
|
dnl #############################
|
||||||
|
|
Loading…
Reference in a new issue