[libgweather/ebassi/gtk4: 5/10] build: Show debug and optimization levels in the summary




commit 15b1fa05f213371e20e0837cd2bc34ba052c906b
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Oct 10 16:40:30 2021 +0100

    build: Show debug and optimization levels in the summary

 meson.build | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/meson.build b/meson.build
index 1e7c8b7b..f2edb8a2 100644
--- a/meson.build
+++ b/meson.build
@@ -108,6 +108,8 @@ summary({
 )
 
 summary({
+    'Debug': get_option('debug'),
+    'Optimization': get_option('optimization'),
     'Glade catalog': enable_glade_catalog,
     'Generate VAPI': enable_vala,
     'API reference': get_option('gtk_doc'),


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