mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
build: increase zsh completion gen eval branch quota
Exceeded due to a larger config struct
This commit is contained in:
@ -9,7 +9,7 @@ pub const zsh_completions = comptimeGenerateZshCompletions();
|
|||||||
|
|
||||||
fn comptimeGenerateZshCompletions() []const u8 {
|
fn comptimeGenerateZshCompletions() []const u8 {
|
||||||
comptime {
|
comptime {
|
||||||
@setEvalBranchQuota(19000);
|
@setEvalBranchQuota(50000);
|
||||||
var counter = std.io.countingWriter(std.io.null_writer);
|
var counter = std.io.countingWriter(std.io.null_writer);
|
||||||
try writeZshCompletions(&counter.writer());
|
try writeZshCompletions(&counter.writer());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user