summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-07-04 17:57:35 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-07-04 17:57:35 +0000
commit298eb4888cdf682ebfa83f35599bd3f23c06f33a (patch)
treef7f4aefffd7b0e147a1c97061b0c427dfa440487
parent64a231494091aec62b30717c14f48068a9832930 (diff)
downloadgstreamer-plugins-bad-298eb4888cdf682ebfa83f35599bd3f23c06f33a.tar.gz
re-enable debug
Original commit message from CVS: re-enable debug
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 5fe5fb9af..f43f2a3bc 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"