Skip to content

Commit 4c42969

Browse files
committed
Build
1 parent 0811dc0 commit 4c42969

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub fn build(b: *std.Build) void {
1818
@tagName(target.result.os.tag),
1919
},
2020
) catch @panic("failed to allocate target name");
21-
print("target_name: {s}\n", .{target_name});
21+
print("target name: {s}\n", .{target_name});
2222

2323
const exe = b.addExecutable(.{
2424
.name = target_name,

synflood.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"label": "Build",
1212
"type": "shell",
13-
"command": "zig build --summary all --release small",
13+
"command": "zig build --summary all --release=small",
1414
"group": {
1515
"kind": "build",
1616
"isDefault": true

0 commit comments

Comments
 (0)