mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-22 05:27:39 +00:00
perf: replace std.debug.assert with inlined version
See doc comment in `quirks.zig` for reasoning
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const std = @import("std");
|
||||
const assert = std.debug.assert;
|
||||
const assert = @import("../quirks.zig").inlineAssert;
|
||||
const build_config = @import("../build_config.zig");
|
||||
const ArenaAllocator = std.heap.ArenaAllocator;
|
||||
const Allocator = std.mem.Allocator;
|
||||
|
||||
Reference in New Issue
Block a user