| ... | @@ -707,7 +707,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -707,7 +707,7 @@ pub fn build(b: *std.Build) !void { |
| 707 | .powerpc64le => 560_870_604, | 707 | .powerpc64le => 560_870_604, |
| 708 | .riscv64 => 449_924_710, | 708 | .riscv64 => 449_924_710, |
| 709 | .s390x => 1_946_743_603, | 709 | .s390x => 1_946_743_603, |
| 710 | .x86_64 => 2_139_993_292, | 710 | .x86_64 => 2_389_779_251, |
| 711 | else => 2_200_000_000, | 711 | else => 2_200_000_000, |
| 712 | }, | 712 | }, |
| 713 | .macos => switch (b.graph.host.result.cpu.arch) { | 713 | .macos => switch (b.graph.host.result.cpu.arch) { |