zig icon indicating copy to clipboard operation
zig copied to clipboard

Make --prominent-compile-errors the default

Open silversquirl opened this issue 3 years ago • 0 comments

It's rare that I need to see the command that zig build failed on. I propose removing --prominent-compile-errors, which hides this command to make errors easier to read, and replacing it with the inverse: an option to show the failed command when an error occurs.

This new option could be named something like --verbose-failure, or this functionality could simply be removed, since it's kind of a subset of the normal --verbose option.

silversquirl avatar Apr 06 '22 11:04 silversquirl