Skip to content

Commit

Permalink
Link againt jemalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 16, 2024
1 parent 78c92b3 commit 0cea6a3
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 @@ -44,6 +44,7 @@ pub fn build(b: *std.Build) void {

if (optimize == .ReleaseFast) {
main_exe.linkLibC();
main_exe.linkSystemLibrary("jemalloc");
}
main_exe.root_module.addImport("httpz", httpz.module("httpz"));
main_exe.root_module.addImport("metrics", metrics.module("metrics"));
Expand Down

0 comments on commit 0cea6a3

Please sign in to comment.