Merge branch 'master' into zig-0.14
This commit is contained in:
commit
9b43f005f4
1 changed files with 3 additions and 0 deletions
|
@ -628,6 +628,9 @@ fn gen_version_info(
|
||||||
else
|
else
|
||||||
try writer.print("branch: {s} at {s}\n", .{ branch, remote });
|
try writer.print("branch: {s} at {s}\n", .{ branch, remote });
|
||||||
|
|
||||||
|
try writer.print("built with: zig {s} ({s})\n", .{ builtin.zig_version_string, @tagName(builtin.zig_backend) });
|
||||||
|
try writer.print("build mode: {s}\n", .{@tagName(builtin.mode)});
|
||||||
|
|
||||||
if (log.len > 0)
|
if (log.len > 0)
|
||||||
try writer.print("\nwith the following diverging commits:\n{s}\n", .{log});
|
try writer.print("\nwith the following diverging commits:\n{s}\n", .{log});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue