summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2017-05-03 16:45:31 +0200
committerGitHub <noreply@github.com>2017-05-03 16:45:31 +0200
commit8251ee109c5f7788fe33043c97b8b9011cb31de6 (patch)
tree1aad161bd45dc9d4105afdae98a5d567891ae8d9 /meson_options.txt
parent7feeb8998040ce9358f5c1d805c03e59d72e1190 (diff)
parent2c201c2140f9a75f3698e988880f00f8d0492315 (diff)
Merge pull request #5842 from keszybz/meson-status-and-conditionals
Meson status and conditional simplification
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
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')