We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350ec18 commit 2c26d6cCopy full SHA for 2c26d6c
1 file changed
build/lua.zig
@@ -47,6 +47,7 @@ pub fn configure(
47
.target = target,
48
.optimize = optimize,
49
.link_libc = true,
50
+ .sanitize_c = if (lang == .lua51) .off else null,
51
});
52
const library = b.addLibrary(.{
53
.name = library_name,
0 commit comments