Skip to content

Commit 0cea6a3

Browse files
committed
Link againt jemalloc
1 parent 78c92b3 commit 0cea6a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ pub fn build(b: *std.Build) void {
4444

4545
if (optimize == .ReleaseFast) {
4646
main_exe.linkLibC();
47+
main_exe.linkSystemLibrary("jemalloc");
4748
}
4849
main_exe.root_module.addImport("httpz", httpz.module("httpz"));
4950
main_exe.root_module.addImport("metrics", metrics.module("metrics"));

0 commit comments

Comments
 (0)