| author | |
| committer | |
| log | 887abd0f33af15d69c0473e2fb139b490f4ecc8f |
| tree | 18921fd5d28a836f21cc3a12af46fad1ae16dbd5 |
| parent | c31007bb47a4d1d62917324a33e9a9a6cd1df5a6 |
2 files changed, 0 insertions(+), 2 deletions(-)
lib/build_runner.zig-1| ... | ... | @@ -949,7 +949,6 @@ fn usage(builder: *std.Build, already_ran_build: bool, out_stream: anytype) !voi |
| 949 | 949 | \\ -l, --list-steps Print available steps |
| 950 | 950 | \\ --verbose Print commands before executing them |
| 951 | 951 | \\ --color [auto|off|on] Enable or disable colored error messages |
| 952 | \\ --prominent-compile-errors Output compile errors formatted for a human to read | |
| 953 | 952 | \\ -fsummary Print the build summary, even on success |
| 954 | 953 | \\ -fno-summary Omit the build summary, even on failure |
| 955 | 954 | \\ -j<N> Limit concurrent jobs (default is to use all CPU cores) |
src/main.zig-1| ... | ... | @@ -4260,7 +4260,6 @@ pub const usage_build = |
| 4260 | 4260 | \\ --global-cache-dir [path] Override path to global Zig cache directory |
| 4261 | 4261 | \\ --zig-lib-dir [arg] Override path to Zig lib directory |
| 4262 | 4262 | \\ --build-runner [file] Override path to build runner |
| 4263 | \\ --prominent-compile-errors Output compile errors formatted for a human to read | |
| 4264 | 4263 | \\ -h, --help Print this help and exit |
| 4265 | 4264 | \\ |
| 4266 | 4265 | ; |