mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-10 23:33:49 +00:00
Zig 0.15: zig build test
This commit is contained in:
@@ -278,6 +278,7 @@ fn pcStyle(comptime fmt: []const u8) []Entry {
|
||||
// The comptime {} wrapper is superfluous but it prevents us from
|
||||
// accidentally running this function at runtime.
|
||||
comptime {
|
||||
@setEvalBranchQuota(500_000);
|
||||
var entries: [modifiers.len]Entry = undefined;
|
||||
for (modifiers, 2.., 0..) |mods, code, i| {
|
||||
entries[i] = .{
|
||||
|
||||
Reference in New Issue
Block a user