diff options
author | Martin Stransky <stransky@redhat.com> | 2019-12-09 10:33:30 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-12-09 10:33:30 +0100 |
commit | 256f08213792143dbeac08b03fcc7f9d0d019d1d (patch) | |
tree | 770a6b3503ae08e04cabed37b25191de3bbf6ba2 | |
parent | Merge branch 'master' into f31 (diff) | |
parent | remove -fno-lifetime-dse (diff) | |
download | librewolf-fedora-ff-256f08213792143dbeac08b03fcc7f9d0d019d1d.tar.gz librewolf-fedora-ff-256f08213792143dbeac08b03fcc7f9d0d019d1d.tar.bz2 librewolf-fedora-ff-256f08213792143dbeac08b03fcc7f9d0d019d1d.zip |
Merge branch 'master' into f31
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index c5f0188..ca9108f 100644 --- a/firefox.spec +++ b/firefox.spec @@ -503,7 +503,7 @@ cp %{SOURCE32} %{_buildrootdir}/bin || : # Update the various config.guess to upstream release for aarch64 support find ./ -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';' -MOZ_OPT_FLAGS=$(echo "%{optflags} -fno-lifetime-dse" | %{__sed} -e 's/-Wall//') +MOZ_OPT_FLAGS=$(echo "%{optflags}" | %{__sed} -e 's/-Wall//') #rhbz#1037063 # -Werror=format-security causes build failures when -Wno-format is explicitly given # for some sources |