[glib/gobject-speedups: 80/103] debug fix build params




commit d254c79f87060be75f52e18806f7639bf6acef3e
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu May 19 20:00:02 2022 -0400

    debug fix build params

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 366f0bf5e9..17b319b907 100644
--- a/meson.build
+++ b/meson.build
@@ -272,6 +272,7 @@ if not get_option('glib_checks')
   message('Disabling GLib checks')
 endif
 
+glib_debug_cflags = ['-DG_ENABLE_DEBUG', '-DG_DISABLE_CAST_CHECKS', '-DG_DISABLE_ASSERT']
 add_project_arguments(glib_debug_cflags, language: 'c')
 
 # check for header files


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