mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
A new print field is added to RunStep that will control whether it prints the cmd before running it. By default it will be set to builder.verbose which means it will print only if builder.verbose is true.