zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 54a4f24ea7c76297e97683501aef607b2a27cd16 (tree)
parent c55a33e6d954aa3b8b3964faf12da47559396735
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Fri, 20 Oct 2023 23:01:05 -0700

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

Diffstat:
Mbuild.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.zig b/build.zig @@ -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", .{