diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-27 20:51:34 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-05-02 16:28:40 -0400 |
commit | 671677dad16a9b13fc1dbb7b33f9ba08ebf8bdcf (patch) | |
tree | 326bba1252f3867982a7ee3282032cceb8425a0f /meson_options.txt | |
parent | 489e15a8b3210a399aa9cefcc11b9ddcf7283150 (diff) |
meson: add forgotten debug options
v2:
-rename -Dextra-debug to -Ddebug to match ./configure --debug
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 6d40c3f806..4e99b25e63 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -34,6 +34,8 @@ 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', type : 'string', + description : 'enable extra debugging (hashmap,mmap-cache)') option('utmp', type : 'boolean', description : 'support for utmp/wtmp log handling') |