diff options
Diffstat (limited to 'user/thunderbird/disable-gecko-profiler.patch')
-rw-r--r-- | user/thunderbird/disable-gecko-profiler.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/user/thunderbird/disable-gecko-profiler.patch b/user/thunderbird/disable-gecko-profiler.patch new file mode 100644 index 000000000..160ac6097 --- /dev/null +++ b/user/thunderbird/disable-gecko-profiler.patch @@ -0,0 +1,14 @@ +diff -uwr firefox-67.0-old/toolkit/moz.configure firefox-67.0/toolkit/moz.configure +--- firefox-67.0-old/toolkit/moz.configure 2019-05-22 10:35:06.170036401 +0000 ++++ firefox-67.0/toolkit/moz.configure 2019-05-22 10:36:21.680036609 +0000 +@@ -70,10 +70,6 @@ + if value: + return True + +-set_config('MOZ_GECKO_PROFILER', gecko_profiler_define) +-set_define('MOZ_GECKO_PROFILER', gecko_profiler_define) +- +- + # Whether code to parse ELF binaries should be compiled for the Gecko profiler + # (for symbol table dumping). + @depends(gecko_profiler, target) |