diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-04 17:57:35 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-04 17:57:35 +0000 |
commit | 298eb4888cdf682ebfa83f35599bd3f23c06f33a (patch) | |
tree | f7f4aefffd7b0e147a1c97061b0c427dfa440487 | |
parent | 64a231494091aec62b30717c14f48068a9832930 (diff) | |
download | gst-plugins-bad-298eb4888cdf682ebfa83f35599bd3f23c06f33a.tar.gz gst-plugins-bad-298eb4888cdf682ebfa83f35599bd3f23c06f33a.tar.bz2 gst-plugins-bad-298eb4888cdf682ebfa83f35599bd3f23c06f33a.zip |
re-enable debug
Original commit message from CVS:
re-enable debug
-rw-r--r-- | configure.ac | 6 |
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" |