diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-09-17 09:02:16 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-09-17 09:02:29 +0200 |
commit | 4c8e5f442b5557a32e7d97f451d3d685f2fe26b9 (patch) | |
tree | f8081e4422457cb42327c18b5be8cdb8b1d6ebb7 /meson_options.txt | |
parent | 1f6b4144f56f17061f47709bb683dcc3e2ac9fec (diff) | |
download | systemd-4c8e5f442b5557a32e7d97f451d3d685f2fe26b9.tar.gz |
meson: make "developer" mode the default
This means that the dbus doc consistency checks will be enabled by default,
including in the CI. I think that will work better than current state where
people do not enable them and them follow-up patches for the docs like the
parent commit must be had.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 1ad0969a1a..fc9e4379f3 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,7 +4,7 @@ option('version-tag', type : 'string', description : 'override the git version string') -option('mode', type : 'combo', choices : ['default', 'developer'], +option('mode', type : 'combo', choices : ['developer', 'release'], description : 'enable additional checks suitable for systemd development') option('split-usr', type : 'combo', choices : ['auto', 'true', 'false'], |