We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036dc88 commit c38bf90Copy full SHA for c38bf90
.gitignore
@@ -13,3 +13,4 @@ target
13
.settings
14
zig-out
15
zig-cache
16
+.zig-cache
javascript/net/grpc/web/generator/build.zig
@@ -220,8 +220,8 @@ pub fn build(b: *std.Build) void {
220
.root = .{ .path = protobuf_dir },
221
});
222
223
- // Target and optimize configured at creation time above.
224
- exe.strip = true;
+ // Target and optimize configured at creation time above.
+ // Install the built artifact (Zig 0.12 API).
225
b.installArtifact(exe);
226
}
227
-}
+}
0 commit comments