meson with verbose ninja #10648
-
ninja is failing saying a subcommand error failed with no error message, so I want to activate verbose ninja, how do I do that?
this doesn't work |
Beta Was this translation helpful? Give feedback.
Answered by
pallaswept
May 7, 2025
Replies: 2 comments
-
I would just use
rather than trying to pas arguments through two argument parsers and running a slow python wrapper on top. |
Beta Was this translation helpful? Give feedback.
0 replies
-
is missing an hope that helps |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kreijstal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is missing an
=
. use'--ninja-args="-v"'
hope that helps