| author | |
| committer | |
| log | f9419c81cffa95a4256ce0b784b3b016abe5bf49 |
| tree | dd7541154cd90e35fd07f1ccc05f40ef44436278 |
| parent | a6c22c5edb8592e2d409aed0362fd72d330394d4 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -707,7 +707,7 @@ pub fn build(b: *std.Build) !void { |
| 707 | 707 | .powerpc64le => 560_870_604, |
| 708 | 708 | .riscv64 => 449_924_710, |
| 709 | 709 | .s390x => 1_946_743_603, |
| 710 | .x86_64 => 2_139_993_292, | |
| 710 | .x86_64 => 2_389_779_251, | |
| 711 | 711 | else => 2_200_000_000, |
| 712 | 712 | }, |
| 713 | 713 | .macos => switch (b.graph.host.result.cpu.arch) { |