increase branch quota in ref_all_decls.zig

This commit is contained in:
Robin Voetter
2024-08-23 23:19:43 +02:00
parent 54ab76b667
commit 492521b50d

View File

@@ -93,7 +93,7 @@ pub const StdVideoEncodeH265ReferenceInfoFlags = u32;
pub const StdVideoEncodeH265ReferenceModificationFlags = u32;
comptime {
@setEvalBranchQuota(100000);
@setEvalBranchQuota(1000000);
reallyRefAllDecls(vk);
}