build: update to zig-0.14.0-dev.2546

This commit is contained in:
CJ van den Berg 2024-12-21 20:37:25 +01:00
parent 16a370867d
commit 42b3f72c44
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 3 additions and 3 deletions

View file

@ -40,8 +40,8 @@ pub fn build(b: *std.Build) void {
.optimize = optimize,
});
if (tracy_enabled) {
lib.defineCMacro("TRACY_ENABLE", null);
lib.defineCMacro("TRACY_CALLSTACK", null);
lib.root_module.addCMacro("TRACY_ENABLE", "1");
lib.root_module.addCMacro("TRACY_CALLSTACK", "1");
}
lib.addIncludePath(b.path("src"));
lib.addIncludePath(b.path("include"));

View file

@ -1 +1 @@
0.13.0
0.14.0-dev.2546+0ff0bdb4a