diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-02-15 11:43:08 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-02-15 12:02:41 +0100 |
commit | 444d5863334e3f6a4b415ae72d815dead4f73444 (patch) | |
tree | 5404905814c57251e3def191242e0867c9ce44a5 /meson_options.txt | |
parent | pid1: turn memory accounting on by default now (diff) | |
download | systemd-444d5863334e3f6a4b415ae72d815dead4f73444.tar.xz systemd-444d5863334e3f6a4b415ae72d815dead4f73444.zip |
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.txt | 2 |
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') |