1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 12:36:12 +00: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:
Daan De Meyer 2024-05-03 14:10:24 +02:00
parent 72007bbc9b
commit 69e02d94f5
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -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),