summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-08-15 08:38:17 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit47215898daeb235aba27ee5188798c233cff71a8 (patch)
treefe4f250c8d172dd5d463de4d0de6fee6e73e1193 /meson_options.txt
parenta9c9852f07b1404a7b4c167ea6f5544e6cc41dab (diff)
Prep v239: Unmask Valgrind options and checks in meson files.
Doesn't hurt to leave that possibility open.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 37d434191..3c3b4cb30 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -76,12 +76,13 @@ option('kexec-path', type : 'string', description : 'path to kexec')
# description : 'enable extra debugging')
# option('memory-accounting-default', type : 'boolean',
# description : 'enable MemoryAccounting= by default')
-# option('valgrind', type : 'boolean', value : false,
-# description : 'do extra operations to avoid valgrind warnings')
-#else
+#endif // 0
+option('valgrind', type : 'boolean', value : false,
+ description : 'do extra operations to avoid valgrind warnings')
+#if 1 /// Add an extra debugging option for elogind
option('debug', type : 'array', choices : ['elogind', 'hashmap', 'mmap-cache'], value : [],
description : 'enable extra debugging')
-#endif // 0
+#endif // 1
option('utmp', type : 'boolean',
description : 'support for utmp/wtmp log handling')