Remove FOMIT_FRAME_POINTER
authorDavid Schleef <ds@schleef.org>
Wed, 8 Oct 2003 07:05:20 +0000 (07:05 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 8 Oct 2003 07:05:20 +0000 (07:05 +0000)
Original commit message from CVS:
Remove FOMIT_FRAME_POINTER

configure.ac

index c3630f6..0b26d7c 100644 (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 #############################