We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa810a3 commit 11b68c5Copy full SHA for 11b68c5
1 file changed
build.zig
@@ -250,7 +250,7 @@ pub fn MicroBuild(port_select: PortSelect) type {
250
};
251
252
const InitReturnType = blk: {
253
- @setEvalBranchQuota(2000);
+ @setEvalBranchQuota(5000);
254
255
var ok = true;
256
for (port_list) |port| {
@@ -882,7 +882,7 @@ pub inline fn custom_lazy_import(
882
}
883
884
inline fn custom_find_import_pkg_hash_or_fatal(comptime dep_name: []const u8) []const u8 {
885
886
const build_runner = @import("root");
887
const deps = build_runner.dependencies;
888
0 commit comments