diff options
author | Martin Stransky <stransky@redhat.com> | 2018-12-21 10:38:41 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-12-21 10:38:41 +0100 |
commit | 6cd2d4351d4348e0a6fba15f09519338047d0a81 (patch) | |
tree | 28cfac634b3323ac94b3922d8a9b116ff025d45a /pgo.patch | |
parent | Removed -5 release and disable armv7hl due to rhbz#1658940 (diff) | |
download | librewolf-fedora-ff-6cd2d4351d4348e0a6fba15f09519338047d0a81.tar.gz librewolf-fedora-ff-6cd2d4351d4348e0a6fba15f09519338047d0a81.tar.bz2 librewolf-fedora-ff-6cd2d4351d4348e0a6fba15f09519338047d0a81.zip |
PGO build test
Diffstat (limited to 'pgo.patch')
-rw-r--r-- | pgo.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pgo.patch b/pgo.patch new file mode 100644 index 0000000..df18634 --- /dev/null +++ b/pgo.patch @@ -0,0 +1,10 @@ +diff -up firefox-64.0/extensions/spellcheck/src/moz.build.old firefox-64.0/extensions/spellcheck/src/moz.build +--- firefox-64.0/extensions/spellcheck/src/moz.build.old 2018-12-20 12:23:16.103206546 +0100 ++++ firefox-64.0/extensions/spellcheck/src/moz.build 2018-12-20 12:23:44.077140279 +0100 +@@ -28,3 +28,5 @@ EXPORTS.mozilla += [ + + if CONFIG['CC_TYPE'] in ('clang', 'gcc'): + CXXFLAGS += ['-Wno-error=shadow'] ++ ++CXXFLAGS += ['-fno-devirtualize'] +\ No newline at end of file |