mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09: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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user