build: update to zig-0.14.0-dev.2546
This commit is contained in:
parent
c7406520e4
commit
e4c84d6158
1 changed files with 2 additions and 2 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Reference in a new issue