mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:04:43 +01:00
build.zig: simplify max_rss compiler_rt on windows
I observed this take more memory than the previous declaration
This commit is contained in:
parent
e3f36d0d81
commit
e08837b0fe
1 changed files with 0 additions and 4 deletions
|
|
@ -535,10 +535,6 @@ pub fn build(b: *std.Build) !void {
|
|||
.aarch64 => 701_413_785,
|
||||
else => 800_000_000,
|
||||
},
|
||||
.windows => switch (b.graph.host.result.cpu.arch) {
|
||||
.x86_64 => 536_414_208,
|
||||
else => 600_000_000,
|
||||
},
|
||||
else => 900_000_000,
|
||||
},
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue