diff options
author | Martin Stransky <stransky@redhat.com> | 2020-08-18 08:43:08 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-08-18 08:43:08 +0200 |
commit | 21aa95ea6283e5c7a05354536218a4e4f69a0d66 (patch) | |
tree | c5a5df343d0eccc7e549386a29f17197427b6e6b | |
parent | Enabled pgo, Build with clang (diff) | |
download | librewolf-fedora-ff-21aa95ea6283e5c7a05354536218a4e4f69a0d66.tar.gz librewolf-fedora-ff-21aa95ea6283e5c7a05354536218a4e4f69a0d66.tar.bz2 librewolf-fedora-ff-21aa95ea6283e5c7a05354536218a4e4f69a0d66.zip |
spec clean up
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index ae68357..faf067c 100644 --- a/firefox.spec +++ b/firefox.spec @@ -34,11 +34,10 @@ ExcludeArch: s390x %global use_bundled_cbindgen 1 # Build PGO+LTO on x86_64 and aarch64 only due to build issues # on other arches. +%global build_with_pgo 0 %ifarch x86_64 aarch64 %if %{release_build} %global build_with_pgo 1 -%else -%global build_with_pgo 0 %endif # Build PGO builds on Wayland backend %global pgo_wayland 0 @@ -130,7 +129,6 @@ Source24: mozilla-api-key Source25: firefox-symbolic.svg Source26: distribution.ini Source27: google-api-key -Source25: google-api-key Source28: firefox-wayland.sh.in Source29: firefox-wayland.desktop Source30: firefox-x11.sh.in |