mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
Revert build.zig to old 7GB value
This commit is contained in:
parent
69a6f31596
commit
2ab982eb13
@ -640,7 +640,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerStepOptions) *std.Build.St
|
||||
.root_source_file = .{ .path = "src/main.zig" },
|
||||
.target = options.target,
|
||||
.optimize = options.optimize,
|
||||
.max_rss = 12_000_000_000,
|
||||
.max_rss = 7_000_000_000,
|
||||
.strip = options.strip,
|
||||
.sanitize_thread = options.sanitize_thread,
|
||||
.single_threaded = options.single_threaded,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user