[gnome-builder] build: never disable return_if_fail macros



commit f30382278cc1d6c921fa71d51aaa21d3dcd9202e
Author: Christian Hergert <chergert redhat com>
Date:   Tue Sep 19 14:11:41 2017 -0700

    build: never disable return_if_fail macros

 meson.build |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 53a2939..97bd1ef 100644
--- a/meson.build
+++ b/meson.build
@@ -130,7 +130,6 @@ if not get_option('buildtype').startswith('debug')
   add_global_arguments([
     '-DG_DISABLE_CAST_CHECKS',
     '-DG_DISABLE_ASSERT',
-    '-DG_DISABLE_CHECKS',
   ], language: 'c')
 
   test_link_args += [


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