| ... | ... | @@ -593,15 +593,7 @@ pub fn build(b: *std.Build) !void { |
| 593 | 593 | .x86_64 => 3_756_422_348, |
| 594 | 594 | else => 3_800_000_000, |
| 595 | 595 | }, |
| 596 | | .linux => switch (b.graph.host.result.cpu.arch) { |
| 597 | | .aarch64 => 6_732_817_203, |
| 598 | | .loongarch64 => 3_216_349_593, |
| 599 | | .powerpc64le => 3_090_179_276, |
| 600 | | .riscv64 => 4_052_670_054, |
| 601 | | .s390x => 3_652_514_201, |
| 602 | | .x86_64 => 3_249_546_854, |
| 603 | | else => 6_800_000_000, |
| 604 | | }, |
| 596 | .linux => 6_800_000_000, |
| 605 | 597 | .macos => switch (b.graph.host.result.cpu.arch) { |
| 606 | 598 | .aarch64 => 8_273_795_481, |
| 607 | 599 | else => 8_300_000_000, |