[clutter] build: Disable debugging code in stable releases



commit 197eae2e00caeceebfa4028189018c5d6e191e72
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Mar 8 15:35:21 2013 +0000

    build: Disable debugging code in stable releases
    
    Pretty much what GLib and GTK+ do, and the 1.x cycle has gone on for a
    while, now.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6147729..31a704b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -829,7 +829,7 @@ AS_CASE([$enable_debug],
         ],
 
         [minimum],
-        [CLUTTER_DEBUG_CFLAGS="-DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"],
+        [CLUTTER_DEBUG_CFLAGS="-DG_DISABLE_CAST_CHECKS"],
 
         [no],
         [CLUTTER_DEBUG_CFLAGS="-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS"],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]