Remove FOMIT_FRAME_POINTER

Original commit message from CVS:
Remove FOMIT_FRAME_POINTER
This commit is contained in:
David Schleef 2003-10-08 07:05:20 +00:00
parent e3785989e3
commit 36173ee63a

View file

@ -439,17 +439,6 @@ if test "x$USE_DEBUG" = xyes; then
GST_INT_CFLAGS="$GST_INT_CFLAGS -g"
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 # Set automake conditionals #
dnl #############################