From 298eb4888cdf682ebfa83f35599bd3f23c06f33a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 4 Jul 2002 17:57:35 +0000 Subject: re-enable debug Original commit message from CVS: re-enable debug --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 5fe5fb9a..f43f2a3b 100644 --- a/configure.ac +++ b/configure.ac @@ -765,9 +765,9 @@ if test "x$USE_ATOMIC_H" = xyes; then AC_DEFINE(HAVE_ATOMIC_H, 1, [Define if atomic.h header file is available]) fi -dnl if test "x$USE_DEBUG" = xyes; then -dnl CFLAGS="$CFLAGS -g" -dnl fi +if test "x$USE_DEBUG" = xyes; then + GST_CFLAGS="$GST_CFLAGS -g" +fi if test "x$USE_PROFILING" = xyes; then dnl CFLAGS="$CFLAGS -pg -fprofile-arcs" -- cgit v1.2.1