mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
build: bump maxrss
This commit is contained in:
parent
060406a526
commit
ead0237814
1 changed files with 1 additions and 1 deletions
|
|
@ -623,7 +623,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 = 7_000_000_000,
|
||||
.max_rss = 7_100_000_000,
|
||||
.strip = options.strip,
|
||||
.sanitize_thread = options.sanitize_thread,
|
||||
.single_threaded = options.single_threaded,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue