mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-30 11:03:55 +00:00
perf: replace std.debug.assert with inlined version
See doc comment in `quirks.zig` for reasoning
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
const SharedGrid = @This();
|
||||
|
||||
const std = @import("std");
|
||||
const assert = std.debug.assert;
|
||||
const assert = @import("../quirks.zig").inlineAssert;
|
||||
const Allocator = std.mem.Allocator;
|
||||
const renderer = @import("../renderer.zig");
|
||||
const font = @import("main.zig");
|
||||
|
||||
Reference in New Issue
Block a user