From 43909be7e9617b0e4324876efdba679f3d58ed4c Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 5 Jun 2018 12:06:03 -0700 Subject: [PATCH] reduce debuginfo on i686 too (LLVM ERROR: out of memory) --- rust.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 7707ee4..6c2adde 100644 --- a/rust.spec +++ b/rust.spec @@ -438,7 +438,7 @@ export LIBGIT2_SYS_USE_PKG_CONFIG=1 %global common_libdir %{_prefix}/lib %global rustlibdir %{common_libdir}/rustlib -%ifarch %{arm} +%ifarch %{arm} %{ix86} # full debuginfo is exhausting memory; just do libstd for now # https://github.com/rust-lang/rust/issues/45854 %define enable_debuginfo --enable-debuginfo --enable-debuginfo-only-std --disable-debuginfo-tools --disable-debuginfo-lines