diff options
author | Martin Stransky <stransky@redhat.com> | 2020-10-01 23:12:24 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-10-01 23:12:24 +0200 |
commit | 3b52fb7c93e426f7971c23917847a3642bf56ee0 (patch) | |
tree | 0c6eb86e2468e8171ad1fae633854825db4e32c6 /firefox.spec | |
parent | Added fix for mozbz#1661192 (diff) | |
download | librewolf-fedora-ff-3b52fb7c93e426f7971c23917847a3642bf56ee0.tar.gz librewolf-fedora-ff-3b52fb7c93e426f7971c23917847a3642bf56ee0.tar.bz2 librewolf-fedora-ff-3b52fb7c93e426f7971c23917847a3642bf56ee0.zip |
Updated PGO patch
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 36c98d4..05c4dd0 100644 --- a/firefox.spec +++ b/firefox.spec @@ -621,7 +621,7 @@ echo "export RANLIB=\"gcc-ranlib\"" >> .mozconfig %endif %if 0%{?build_with_pgo} echo "ac_add_options MOZ_PGO=1" >> .mozconfig -echo "ac_add_options --enable-lto" >> .mozconfig +#echo "ac_add_options --enable-lto" >> .mozconfig # PGO build doesn't work with ccache export CCACHE_DISABLE=1 %endif |