1 parent 0811dc0 commit 4c42969Copy full SHA for 4c42969
2 files changed
build.zig
@@ -18,7 +18,7 @@ pub fn build(b: *std.Build) void {
18
@tagName(target.result.os.tag),
19
},
20
) catch @panic("failed to allocate target name");
21
- print("target_name: {s}\n", .{target_name});
+ print("target name: {s}\n", .{target_name});
22
23
const exe = b.addExecutable(.{
24
.name = target_name,
synflood.code-workspace
@@ -10,7 +10,7 @@
10
{
11
"label": "Build",
12
"type": "shell",
13
- "command": "zig build --summary all --release small",
+ "command": "zig build --summary all --release=small",
14
"group": {
15
"kind": "build",
16
"isDefault": true
0 commit comments