summaryrefslogtreecommitdiff
path: root/waterfox/pgo.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-19 09:28:52 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-19 09:28:52 -0400
commit01e941ae9182d706a362d31d4238fdaf82783043 (patch)
tree9ef62314ec2aae0e2da3f108f0e6a02cfde7c5e2 /waterfox/pgo.patch
parentMerge branch 'notepadnext-bump' into 'master' (diff)
downloadstackrpms-01e941ae9182d706a362d31d4238fdaf82783043.tar.gz
stackrpms-01e941ae9182d706a362d31d4238fdaf82783043.tar.bz2
stackrpms-01e941ae9182d706a362d31d4238fdaf82783043.zip
wf 2022.06 rc1
Diffstat (limited to 'waterfox/pgo.patch')
-rw-r--r--waterfox/pgo.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterfox/pgo.patch b/waterfox/pgo.patch
index 21776b7..5b6e746 100644
--- a/waterfox/pgo.patch
+++ b/waterfox/pgo.patch
@@ -22,7 +22,7 @@ diff -up Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/extensions/spellcheck
+++ Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/extensions/spellcheck/src/moz.build 2019-01-08 11:27:26.673823140 -0200
@@ -32,3 +32,5 @@ EXPORTS.mozilla += [
- if CONFIG['GNU_CXX']:
+ if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
CXXFLAGS += ['-Wno-error=shadow']
+
+CXXFLAGS += ['-fno-devirtualize']
bgstack15