Skip to content

Commit

Permalink
remove binary stripping (#7961)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayden1412 authored Nov 17, 2024
1 parent 77c91c8 commit 90db1d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zig/httpz/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pub fn build(b: *std.Build) void {
.version = version,
.optimize = optimize,
.root_source_file = root_source_file,
.strip = true,
});
exe.root_module.addImport("httpz", httpz_mod);
b.installArtifact(exe);
Expand Down

0 comments on commit 90db1d0

Please sign in to comment.