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
This commit is contained in:
Jan200101 2025-01-27 15:46:08 +01:00
commit fecba593ad
No known key found for this signature in database
GPG key ID: 5B71B1D78B882E05

View file

@ -19,7 +19,7 @@
%global zig_build_options %{shrink: \
--verbose \
--release=safe \
--release=fast \
--summary all \
\
-Dtarget=native \