| ... | @@ -470,10 +470,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -470,10 +470,7 @@ pub fn build(b: *std.Build) !void { |
| 470 | .skip_llvm = skip_llvm, | 470 | .skip_llvm = skip_llvm, |
| 471 | .skip_libc = skip_libc, | 471 | .skip_libc = skip_libc, |
| 472 | .max_rss = switch (b.graph.host.result.os.tag) { | 472 | .max_rss = switch (b.graph.host.result.os.tag) { |
| 473 | .freebsd => switch (b.graph.host.result.cpu.arch) { | 473 | .freebsd => 2_000_000_000, |
| 474 | .x86_64 => 1_060_217_241, | | |
| 475 | else => 1_100_000_000, | | |
| 476 | }, | | |
| 477 | .linux => switch (b.graph.host.result.cpu.arch) { | 474 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 478 | .aarch64 => 659_809_075, | 475 | .aarch64 => 659_809_075, |
| 479 | .loongarch64 => 598_902_374, | 476 | .loongarch64 => 598_902_374, |