diff options
author | B Stack <bgstack15@gmail.com> | 2018-11-06 14:10:43 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2018-11-06 14:10:43 +0000 |
commit | ae3806f0fef6c56db45f1ca7f55c1b38889d8ba9 (patch) | |
tree | 0f7622fa127d667034410411d3065553ad291353 /waterfox/waterfox-mozconfig | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
parent | waterfox 56.2.5 (diff) | |
download | stackrpms-ae3806f0fef6c56db45f1ca7f55c1b38889d8ba9.tar.gz stackrpms-ae3806f0fef6c56db45f1ca7f55c1b38889d8ba9.tar.bz2 stackrpms-ae3806f0fef6c56db45f1ca7f55c1b38889d8ba9.zip |
Merge branch 'waterfox-bump' into 'master'
waterfox 56.2.5
See merge request bgstack15/stackrpms!13
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 |