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..d88ce54f6 100644
--- a/meson.build
+++ b/meson.build
@@ -340,6 +340,8 @@ summary = [
' Prefix: ' + get_option('prefix'),
' Source code location: ' + meson.current_source_dir(),
' Compiler: ' + cc.get_id(),
+ ' Debug: ' + get_option('debug').to_string(),
+ ' Optimization: ' + get_option('optimization'),
'\nFeature Support:',
' Unicode support library: ' + unicode_library_name,
' Use external FTS module: ' + (not sqlite3_has_builtin_fts5).to_string(),