summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-12-11 10:33:29 +0100
committerMartin Stransky <stransky@redhat.com>2018-12-11 10:33:29 +0100
commitff839014ed7003dc0334451693edd4f25e5ddfef (patch)
tree1c5244680cac6e9ed2038c4eefe895abfda6f374
parentrelease up - rebuild with system nss (diff)
downloadlibrewolf-fedora-ff-ff839014ed7003dc0334451693edd4f25e5ddfef.tar.gz
librewolf-fedora-ff-ff839014ed7003dc0334451693edd4f25e5ddfef.tar.bz2
librewolf-fedora-ff-ff839014ed7003dc0334451693edd4f25e5ddfef.zip
Disable rust debuginfo in i686
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index f878efe..662d406 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -559,7 +559,7 @@ export MOZ_DEBUG_FLAGS=" "
MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
%endif
%endif
-%ifarch %{arm}
+%ifarch %{arm} %{ix86}
export RUSTFLAGS="-Cdebuginfo=0"
%endif
export CFLAGS=$MOZ_OPT_FLAGS
bgstack15