| ... | @@ -519,10 +519,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -519,10 +519,7 @@ pub fn build(b: *std.Build) !void { |
| 519 | .skip_libc = true, | 519 | .skip_libc = true, |
| 520 | .no_builtin = true, | 520 | .no_builtin = true, |
| 521 | .max_rss = switch (b.graph.host.result.os.tag) { | 521 | .max_rss = switch (b.graph.host.result.os.tag) { |
| 522 | .freebsd => switch (b.graph.host.result.cpu.arch) { | 522 | .freebsd => 800_000_000, |
| 523 | .x86_64 => 743_802_470, | | |
| 524 | else => 800_000_000, | | |
| 525 | }, | | |
| 526 | .linux => switch (b.graph.host.result.cpu.arch) { | 523 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 527 | .aarch64 => 639_565_414, | 524 | .aarch64 => 639_565_414, |
| 528 | .loongarch64 => 598_884_352, | 525 | .loongarch64 => 598_884_352, |