mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
meson: Remove --debug from mkosi arguments
The exit status issue for which we introduced this was fixed so let's remove --debug again to make the meson output less verbose.
This commit is contained in:
parent
72007bbc9b
commit
69e02d94f5
@ -2619,7 +2619,6 @@ if mkosi.found()
|
||||
'--cache-dir', meson.current_build_dir() / 'mkosi.cache',
|
||||
'--build-dir', meson.current_build_dir() / 'mkosi.builddir',
|
||||
'--force',
|
||||
'--debug',
|
||||
'build',
|
||||
],
|
||||
depends : mkosi_depends,
|
||||
|
@ -81,7 +81,6 @@ def main():
|
||||
|
||||
cmd = [
|
||||
'mkosi',
|
||||
'--debug',
|
||||
'--directory', os.fspath(args.meson_source_dir),
|
||||
'--output-dir', os.fspath(args.meson_build_dir / 'mkosi.output'),
|
||||
'--extra-search-path', os.fspath(args.meson_build_dir),
|
||||
|
Loading…
Reference in New Issue
Block a user