diff --git a/mesonbuild/mcompile.py b/mesonbuild/mcompile.py index 9fe3a65f5..5352143d9 100644 --- a/mesonbuild/mcompile.py +++ b/mesonbuild/mcompile.py @@ -156,7 +156,7 @@ def get_parsed_args_ninja(options: 'argparse.Namespace', builddir: Path) -> T.Li cmd.extend(['-l', str(options.load_average)]) if options.verbose: - cmd.append('--verbose') + cmd.append('-v') cmd += options.ninja_args