mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 15:12:31 +00:00
macho: bump max rss by a slight margin
This commit is contained in:
parent
b339a30680
commit
d19aab2e87
@ -620,7 +620,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_000_000_000,
|
||||
.max_rss = 7_100_000_000,
|
||||
.strip = options.strip,
|
||||
.sanitize_thread = options.sanitize_thread,
|
||||
.single_threaded = options.single_threaded,
|
||||
|
Loading…
Reference in New Issue
Block a user