Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Aug 5, 2023
1 parent 22815d2 commit 4c8367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ pub fn build(b: *std.build.Builder) !void {
{
continue;
}
b.installArtifact(lib);
if (optimize != .Debug and !target.isWindows() and lib != static) {
lib.strip = true;
}
b.installArtifact(lib);
lib.linkLibC();

lib.addIncludePath(.{ .path = "src/libsodium/include/sodium" });
Expand Down

0 comments on commit 4c8367d

Please sign in to comment.