[glib/mcatanzaro/plain-build-cast-checks] Apply 1 suggestion(s) to 1 file(s)



commit 18b767a23bdef937c2b5c4847e796f742e9f335d
Author: Marco Trevisan <mail 3v1n0 net>
Date:   Wed Sep 14 16:17:18 2022 +0000

    Apply 1 suggestion(s) to 1 file(s)

 meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 81ed0efc26..010ea5be31 100644
--- a/meson.build
+++ b/meson.build
@@ -298,7 +298,8 @@ endif
 # optimization is 0 or g; otherwise, we have a production build.
 glib_debug_cflags = []
 glib_debug = get_option('glib_debug')
-if glib_debug.enabled() or (glib_debug.auto() and get_option('debug') and get_option('optimization') in [ 
'0', 'g' ])
+if (glib_debug.enabled() or (
+    glib_debug.auto() and get_option('debug') and get_option('optimization') in [ '0', 'g' ]))
   glib_debug_cflags += ['-DG_ENABLE_DEBUG']
   message('Enabling various debug infrastructure')
 else


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