summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 3121bfcac..a67231f9d 100644
--- a/meson.build
+++ b/meson.build
@@ -339,6 +339,8 @@ summary = [
'\nBuild Configuration:',
' Prefix: ' + get_option('prefix'),
' Source code location: ' + meson.current_source_dir(),
+ ' Debug: ' + get_option('debug').to_string(),
+ ' Optimization: ' + get_option('optimization'),
' Compiler: ' + cc.get_id(),
'\nFeature Support:',
' Unicode support library: ' + unicode_library_name,