From fecba593ad2239a6b2b5a1a0bc99edde083203ca Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Mon, 27 Jan 2025 15:46:08 +0100 Subject: [PATCH] use release fast instead of release safe this doesn't match how how we build other zig projects but it matches how stage3 is build using cmake. I hope this brings the aarch64 memory usage down far enough for it to compile --- zig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zig.spec b/zig.spec index 6d9d509..a229369 100644 --- a/zig.spec +++ b/zig.spec @@ -19,7 +19,7 @@ %global zig_build_options %{shrink: \ --verbose \ - --release=safe \ + --release=fast \ --summary all \ \ -Dtarget=native \