summaryrefslogtreecommitdiff
path: root/pgo-2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pgo-2.patch')
-rw-r--r--pgo-2.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pgo-2.patch b/pgo-2.patch
deleted file mode 100644
index a55b635..0000000
--- a/pgo-2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/extensions/spellcheck/src/moz.build
-+++ b/extensions/spellcheck/src/moz.build
-@@ -28,3 +28,8 @@ EXPORTS.mozilla += [
-
- if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
- CXXFLAGS += ['-Wno-error=shadow']
-+
-+# spell checker triggers bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88561
-+# in gcc 7 and 8. It will be fixed in GCC 7.5 and 8.3
-+if CONFIG['CC_TYPE'] in ('gcc'):
-+ CXXFLAGS += ['-fno-devirtualize']