Skip to content

Commit f297927

Browse files
committed
add use_llvm
1 parent 88ea152 commit f297927

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pub fn build(b: *std.Build) void {
1818
node_api.addSystemIncludePath(node_api_headers.path("include"));
1919

2020
const sample_addon = b.addLibrary(.{
21+
.use_llvm = true,
2122
.linkage = .dynamic,
2223
.name = "sample-addon",
2324
.root_module = b.createModule(.{
112 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)