Skip to content

Commit

Permalink
increase branch quota in ref_all_decls.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Snektron committed Aug 23, 2024
1 parent 54ab76b commit 492521b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ref_all_decls.zig
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub const StdVideoEncodeH265ReferenceInfoFlags = u32;
pub const StdVideoEncodeH265ReferenceModificationFlags = u32;

comptime {
@setEvalBranchQuota(100000);
@setEvalBranchQuota(1000000);
reallyRefAllDecls(vk);
}

Expand Down

0 comments on commit 492521b

Please sign in to comment.