mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 05:48:31 +00:00
build: bump max_rss since we link MachO in parallel now
This commit is contained in:
parent
2b84592858
commit
59733374ed
@ -618,7 +618,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerStepOptions) *std.Build.St
|
||||
.root_source_file = b.path("src/main.zig"),
|
||||
.target = options.target,
|
||||
.optimize = options.optimize,
|
||||
.max_rss = 7_100_000_000,
|
||||
.max_rss = 7_500_000_000,
|
||||
.strip = options.strip,
|
||||
.sanitize_thread = options.sanitize_thread,
|
||||
.single_threaded = options.single_threaded,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user