From 197eae2e00caeceebfa4028189018c5d6e191e72 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 8 Mar 2013 15:35:21 +0000 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 614772958..31a704b52 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"],