[gegl] Revert "enable GEGL_BUFFER_DEBUG_ALLOCATIONS for debug builds"
- From: Michael Henning <mhenning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Revert "enable GEGL_BUFFER_DEBUG_ALLOCATIONS for debug builds"
- Date: Thu, 18 Apr 2013 21:40:30 +0000 (UTC)
commit 797360bbb07eac18f578e75bc1a580e87ccccb1f
Author: Michael Henning <drawoc darkrefraction com>
Date: Thu Apr 18 17:35:30 2013 -0400
Revert "enable GEGL_BUFFER_DEBUG_ALLOCATIONS for debug builds"
It's too slow to enable by default in debug builds.
This reverts commit 9ad9732bf802e16cb00bf6aabd2a29f9a581153c.
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index f7ed044..a6bb8d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,7 +156,7 @@ AC_MSG_CHECKING([whether to turn on debugging])
AC_ARG_ENABLE(debug,
[ --enable-debug turn on debugging (default=no)],
if eval "test x$enable_debug = xyes"; then
- DEBUGFLAG="-g -DGEGL_ENABLE_DEBUG -DGEGL_BUFFER_DEBUG_ALLOCATIONS"
+ DEBUGFLAG="-g -DGEGL_ENABLE_DEBUG"
fi)
if test -n "$DEBUGFLAG"; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]