build: remove tracy completely

This commit is contained in:
Mitchell Hashimoto
2024-01-13 14:30:56 -08:00
parent f236c7675f
commit 29717269ca
5 changed files with 0 additions and 402 deletions

View File

@@ -105,11 +105,6 @@ pub fn main() !MainReturn {
try app_runtime.run();
}
// Required by tracy/tracy.zig to enable/disable tracy support.
pub fn tracy_enabled() bool {
return options.tracy_enabled;
}
pub const std_options = struct {
// Our log level is always at least info in every build mode.
pub const log_level: std.log.Level = switch (builtin.mode) {