summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-09-22 16:29:28 +0200
committerGitHub <noreply@github.com>2020-09-22 16:29:28 +0200
commit36f8cf0163942cc1822a85ef6f579cd18e9ef501 (patch)
treea9456c37245b4e43a5886597b13408aa096c4fd1 /meson.build
parentTry stopping MD RAID devices in shutdown too (diff)
parentupdate-dbus-docs: skip test if python is too old (diff)
downloadsystemd-36f8cf0163942cc1822a85ef6f579cd18e9ef501.tar.xz
systemd-36f8cf0163942cc1822a85ef6f579cd18e9ef501.zip
Merge pull request #17086 from keszybz/developer-mode-default
Update dbus docs, make developer mode default
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 3607035bd2..36314f7157 100644
--- a/meson.build
+++ b/meson.build
@@ -3513,6 +3513,7 @@ watchdog_opt = service_watchdog == '' ? 'disabled' : service_watchdog
status = [
'@0@ @1@'.format(meson.project_name(), meson.project_version()),
+ 'build mode: @0@'.format(get_option('mode')),
'split /usr: @0@'.format(split_usr),
'split bin-sbin: @0@'.format(split_bin),
'prefix directory: @0@'.format(prefixdir),