build.zig: bump max_rss again

zig build-exe zig Debug aarch64-macos-none: error: memory usage peaked
at 6607110144 bytes, exceeding the declared upper bound of 6500000000
This commit is contained in:
Andrew Kelley 2023-10-20 23:01:05 -07:00
parent c55a33e6d9
commit 54a4f24ea7

View file

@ -578,7 +578,7 @@ fn addCompilerStep(
.root_source_file = .{ .path = "src/main.zig" },
.target = target,
.optimize = optimize,
.max_rss = 6_500_000_000,
.max_rss = 7_000_000_000,
});
exe.stack_size = stack_size;
exe.addAnonymousModule("aro", .{