diff options
author | Martin Stransky <stransky@redhat.com> | 2020-07-28 15:36:46 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-07-28 15:36:46 +0200 |
commit | 291d884885cb4085341346e584a700953a7d95e4 (patch) | |
tree | 8c743119f9a5e64fbf8d54f95eeb2ca93f19a1e9 /firefox.spec | |
parent | Disable PGO (diff) | |
download | librewolf-fedora-ff-291d884885cb4085341346e584a700953a7d95e4.tar.gz librewolf-fedora-ff-291d884885cb4085341346e584a700953a7d95e4.tar.bz2 librewolf-fedora-ff-291d884885cb4085341346e584a700953a7d95e4.zip |
Enabled PGO, added fix for mozilla#1640982
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 0c801a4..2da2b38 100644 --- a/firefox.spec +++ b/firefox.spec @@ -40,7 +40,7 @@ ExcludeArch: s390x # on other arches. %ifarch x86_64 aarch64 %if %{release_build} -%global build_with_pgo 0 +%global build_with_pgo 1 %else %global build_with_pgo 0 %endif @@ -163,6 +163,7 @@ Patch47: fedora-shebang-build.patch Patch48: build-arm-wasm.patch Patch49: build-arm-libaom.patch #Patch50: Bug-1610814-Fix-NEON-compile-error-with-gcc-and-RGB-.patch +Patch51: mozilla-1640982.patch # Fedora specific patches Patch215: firefox-enable-addons.patch @@ -367,6 +368,7 @@ This package contains results of tests executed during build. %patch48 -p1 -b .build-arm-wasm %patch49 -p1 -b .build-arm-libaom #%patch50 -p1 -b .build-arm-SwizzleNEON +%patch51 -p1 -b .mozilla-1640982 # Fedora patches %patch215 -p1 -b .addons |