build: increase zsh completion gen eval branch quota

Exceeded due to a larger config struct
This commit is contained in:
Qwerasd
2024-12-13 15:44:01 -05:00
parent d48c6fc885
commit 60b554c0a8

View File

@ -9,7 +9,7 @@ pub const zsh_completions = comptimeGenerateZshCompletions();
fn comptimeGenerateZshCompletions() []const u8 {
comptime {
@setEvalBranchQuota(19000);
@setEvalBranchQuota(50000);
var counter = std.io.countingWriter(std.io.null_writer);
try writeZshCompletions(&counter.writer());