| ... | @@ -879,7 +879,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerModOptions) *std.Build.Ste | ... | @@ -879,7 +879,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerModOptions) *std.Build.Ste |
| 879 | .loongarch64 => 5_024_158_515, | 879 | .loongarch64 => 5_024_158_515, |
| 880 | .riscv64 => 6_996_309_196, | 880 | .riscv64 => 6_996_309_196, |
| 881 | .s390x => 4_997_174_476, | 881 | .s390x => 4_997_174_476, |
| 882 | .x86_64 => 5_486_090_649, | 882 | .x86_64 => 6_664_025_702, |
| 883 | else => 7_000_000_000, | 883 | else => 7_000_000_000, |
| 884 | }, | 884 | }, |
| 885 | .macos => switch (b.graph.host.result.cpu.arch) { | 885 | .macos => switch (b.graph.host.result.cpu.arch) { |