diff options
author | B Stack <bgstack15@gmail.com> | 2018-11-05 14:49:19 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2018-11-05 14:49:19 -0500 |
commit | 5c88a7eee5bcb25c91f254e0d7c4361e72acb511 (patch) | |
tree | 0f7622fa127d667034410411d3065553ad291353 /waterfox/waterfox-mozconfig | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
download | stackrpms-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-mozconfig | 4 |
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 |