Skip to content

Commit

Permalink
Strip by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 24, 2023
1 parent 1a7ae79 commit 2034e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub fn build(b: *std.build.Builder) !void {
.optimize = optimize,
});
dsvpn.linkLibC();
dsvpn.strip = true;
dsvpn.addIncludePath(.{ .path = "include" });
dsvpn.defineCMacro("_GNU_SOURCE", "1");
const source_files = &.{ "src/charm.c", "src/os.c", "src/vpn.c" };
Expand Down

0 comments on commit 2034e6b

Please sign in to comment.