summaryrefslogtreecommitdiff
path: root/waterfox/waterfox-mozconfig
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-11-05 14:49:19 -0500
committerB Stack <bgstack15@gmail.com>2018-11-05 14:49:19 -0500
commit5c88a7eee5bcb25c91f254e0d7c4361e72acb511 (patch)
tree0f7622fa127d667034410411d3065553ad291353 /waterfox/waterfox-mozconfig
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-5c88a7eee5bcb25c91f254e0d7c4361e72acb511.tar.gz
stackrpms-5c88a7eee5bcb25c91f254e0d7c4361e72acb511.tar.bz2
stackrpms-5c88a7eee5bcb25c91f254e0d7c4361e72acb511.zip
waterfox 56.2.5
Diffstat (limited to 'waterfox/waterfox-mozconfig')
-rw-r--r--waterfox/waterfox-mozconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/waterfox/waterfox-mozconfig b/waterfox/waterfox-mozconfig
index 648aed1..bd17381 100644
--- a/waterfox/waterfox-mozconfig
+++ b/waterfox/waterfox-mozconfig
@@ -26,6 +26,10 @@ ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir
+export MOZ_GECKO_PROFILER=
+export MOZ_ENABLE_PROFILER_SPS=
+export MOZ_PROFILING=
+
ac_add_options --disable-crashreporter
ac_add_options --disable-js-shell
ac_add_options --disable-maintenance-service
bgstack15