From 36173ee63a59af7d8c69a6df6126504a4724e4bc Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 8 Oct 2003 07:05:20 +0000 Subject: [PATCH] Remove FOMIT_FRAME_POINTER Original commit message from CVS: Remove FOMIT_FRAME_POINTER --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/configure.ac b/configure.ac index c3630f6f5a..0b26d7cb34 100644 --- a/configure.ac +++ b/configure.ac @@ -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 #############################