summaryrefslogtreecommitdiff
path: root/waterfox/waterfox-mozconfig
diff options
context:
space:
mode:
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