Skip to content

Commit 927e970

Browse files
committed
fix(build): update tracy options to use std.zig.SanitizeC
Upstream change made in ziglang/zig@b3537d0
1 parent e81b740 commit 927e970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ fn getTracyModule(
404404
},
405405
.link_libc = options.enable,
406406
.link_libcpp = options.enable,
407-
.sanitize_c = false,
407+
.sanitize_c = .off,
408408
});
409409
if (!options.enable) return tracy_module;
410410
const tracy_dependency = b.lazyDependency("tracy", .{

0 commit comments

Comments
 (0)