summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-11-23 00:36:35 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-11-23 00:36:35 +0900
commitd6601495beea0044dc9bf72ca2cd92e3963a30d4 (patch)
tree27bec90a905879c48401dcb79452e61e1824431d /meson_options.txt
parent20e97dd3decbf8fe9127e41787af5420062deec0 (diff)
downloadsystemd-d6601495beea0044dc9bf72ca2cd92e3963a30d4.tar.gz
meson: also add option for debugging siphash
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0e99682014..62167ae92d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -45,7 +45,7 @@ option('debug-shell', type : 'string', value : '/bin/sh',
description : 'path to debug shell binary')
option('debug-tty', type : 'string', value : '/dev/tty9',
description : 'specify the tty device for debug shell')
-option('debug-extra', type : 'array', choices : ['hashmap', 'mmap-cache', 'udev'], value : [],
+option('debug-extra', type : 'array', choices : ['hashmap', 'mmap-cache', 'siphash', 'udev'], value : [],
description : 'enable extra debugging')
option('memory-accounting-default', type : 'boolean',
description : 'enable MemoryAccounting= by default')