diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-08-27 17:26:49 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-08-27 20:20:23 +0200 |
commit | 839bdf2505d8f6a1e75cab125b91573ef5fd06c5 (patch) | |
tree | 6a8fe1ba7b914ca33863c6eb73c280056ba10ea3 /meson_options.txt | |
parent | test-path: remove unnecessary check (diff) | |
download | systemd-839bdf2505d8f6a1e75cab125b91573ef5fd06c5.tar.xz systemd-839bdf2505d8f6a1e75cab125b91573ef5fd06c5.zip |
meson: add "develop mode" config switch
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index fd73d5e681..1ad0969a1a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,6 +4,9 @@ option('version-tag', type : 'string', description : 'override the git version string') +option('mode', type : 'combo', choices : ['default', 'developer'], + description : 'enable additional checks suitable for systemd development') + option('split-usr', type : 'combo', choices : ['auto', 'true', 'false'], description : '''/bin, /sbin aren't symlinks into /usr''') option('split-bin', type : 'combo', choices : ['auto', 'true', 'false'], |