Luke Jones 2019-02-25 22:10:40 +00:00 committed by Git OBS Bridge
parent 961c87b31c
commit b07b8d76a3

View File

@ -72,6 +72,10 @@
%bcond_without bundled_llvm
%endif
# System LLVM currently causes issues for rust when building FireFox
# so we will use the bundled LLVM for all builds anyway
%bcond_without bundled_llvm
# Debuginfo can exhaust memory on these architecture workers
%ifarch %{arm} %{ix86}
%define codegen_units --set rust.codegen-units=2