We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6394efc commit 3f24dfaCopy full SHA for 3f24dfa
1 file changed
build.zig
@@ -68,6 +68,7 @@ fn createLib(
68
.linkage = .dynamic,
69
.name = b.fmt("UnityDoorstop_{s}", .{@tagName(target.result.cpu.arch)}),
70
.root_module = lib_mod,
71
+ .use_llvm = true,
72
});
73
74
if (target.result.os.tag != .windows) {
0 commit comments