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




commit 8bd9f4b113d584862d2d335b77d4f11f41af67ac
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]