diff options
author | Martin Stransky <stransky@redhat.com> | 2018-12-11 10:33:29 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-12-11 10:33:29 +0100 |
commit | ff839014ed7003dc0334451693edd4f25e5ddfef (patch) | |
tree | 1c5244680cac6e9ed2038c4eefe895abfda6f374 /firefox.spec | |
parent | release up - rebuild with system nss (diff) | |
download | librewolf-fedora-ff-ff839014ed7003dc0334451693edd4f25e5ddfef.tar.gz librewolf-fedora-ff-ff839014ed7003dc0334451693edd4f25e5ddfef.tar.bz2 librewolf-fedora-ff-ff839014ed7003dc0334451693edd4f25e5ddfef.zip |
Disable rust debuginfo in i686
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
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 |