summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-10-10 16:40:30 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-10-13 13:01:56 +0100
commit8bd9f4b113d584862d2d335b77d4f11f41af67ac (patch)
tree68cb57a97918e2a102756a24d783f8fe85f1d53e /meson.build
parentd13d9ecc7db776eaadd4b76caa73cea5a8c63c5e (diff)
downloadlibgweather-8bd9f4b113d584862d2d335b77d4f11f41af67ac.tar.gz
build: Show debug and optimization levels in the summary
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 1e7c8b7..f2edb8a 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'),