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
commit53dbdc64a1a9088d2633b7a113b8bab3fffc9a27 (patch)
tree30a44f2c2d2a87f558c111e60979e81d46074408
parent57c493c2e32d982a02cfdfc98245aa96ac4d6ef5 (diff)
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 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"