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:
parent
3220db0cdf
commit
fecba593ad
1 changed files with 1 additions and 1 deletions
2
zig.spec
2
zig.spec
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
%global zig_build_options %{shrink: \
|
||||
--verbose \
|
||||
--release=safe \
|
||||
--release=fast \
|
||||
--summary all \
|
||||
\
|
||||
-Dtarget=native \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue