| author | |
| committer | |
| log | 2da956b84a1f26ea9b52e2314e8393cffba95df2 |
| tree | f9985eae5cf35bd2569ab201f4d5673e4e5822ba |
| parent | 1608e31ca1da67cdd99d75d2438d6de0a07e3859 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -879,7 +879,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerModOptions) *std.Build.Ste |
| 879 | 879 | .loongarch64 => 5_024_158_515, |
| 880 | 880 | .riscv64 => 6_996_309_196, |
| 881 | 881 | .s390x => 4_997_174_476, |
| 882 | .x86_64 => 5_486_090_649, | |
| 882 | .x86_64 => 6_664_025_702, | |
| 883 | 883 | else => 7_000_000_000, |
| 884 | 884 | }, |
| 885 | 885 | .macos => switch (b.graph.host.result.cpu.arch) { |