From 6cd2d4351d4348e0a6fba15f09519338047d0a81 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 21 Dec 2018 10:38:41 +0100 Subject: PGO build test --- pgo.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pgo.patch (limited to 'pgo.patch') 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 -- cgit