authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-10 00:07:25+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-10 00:07:25+01:00
log2da956b84a1f26ea9b52e2314e8393cffba95df2
treef9985eae5cf35bd2569ab201f4d5673e4e5822ba
parent1608e31ca1da67cdd99d75d2438d6de0a07e3859
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

build: bump compiler max_rss to 6_664_025_702 on x86_64-linux


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
879879 .loongarch64 => 5_024_158_515,
880880 .riscv64 => 6_996_309_196,
881881 .s390x => 4_997_174_476,
882 .x86_64 => 5_486_090_649,
882 .x86_64 => 6_664_025_702,
883883 else => 7_000_000_000,
884884 },
885885 .macos => switch (b.graph.host.result.cpu.arch) {