summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-15 11:43:08 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-15 12:02:41 +0100
commit444d5863334e3f6a4b415ae72d815dead4f73444 (patch)
tree5404905814c57251e3def191242e0867c9ce44a5 /meson_options.txt
parente0c46a736412b79b94a21f8512a769b9212b9adf (diff)
downloadsystemd-444d5863334e3f6a4b415ae72d815dead4f73444.tar.gz
meson: add -Dmemory-accounting-default=true|false
This makes it easy to set the default for distributions and users which want to default to off because they primarily use older kernels.
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 48ee3f52a4..dca9dfc16c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -53,6 +53,8 @@ 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('memory-accounting-default', type : 'boolean',
+ description : 'enable MemoryAccounting= by default')
option('utmp', type : 'boolean',
description : 'support for utmp/wtmp log handling')