mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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.
This commit is contained in:
parent
9618f37b1d
commit
197eae2e00
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user