reduce debuginfo on i686 too (LLVM ERROR: out of memory)

This commit is contained in:
Josh Stone 2018-06-05 12:06:03 -07:00
parent b006a10600
commit 43909be7e9
1 changed files with 1 additions and 1 deletions

View File

@ -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