How do I get UnrealBuildTool to print what it’s doing to stdout? e.g. I want to see the clang command lines to compile cpp files on linux. I want to see what commands it’s using to build (and I’d like to change them as well but that’s another story).
The undocumented? -verbose command (if it exists and isn’t just being ignored by faulty cmd line handling logic) doesn’t seem to do anything.
Is there any documentation for this? If so where abouts is it? … thank you