diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-23 20:16:00 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-23 20:16:00 +0200 |
commit | 94988a2b4e6bd85ee8216c65cc8cd73d14cf1ad1 (patch) | |
tree | b10414cf2c2d85136861bae6df7ab1d0295c439a /toolkit/moz.configure | |
parent | 542da56e2c4f992afb50c4222dcf757c3a3e6a5c (diff) | |
download | uxp-94988a2b4e6bd85ee8216c65cc8cd73d14cf1ad1.tar.gz |
Remove the jprof profiler.
This resolves #377.
Diffstat (limited to 'toolkit/moz.configure')
-rw-r--r-- | toolkit/moz.configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/toolkit/moz.configure b/toolkit/moz.configure index b9a687323b..0ed17410ab 100644 --- a/toolkit/moz.configure +++ b/toolkit/moz.configure @@ -22,19 +22,6 @@ def systrace(value, target): set_define('MOZ_USE_SYSTRACE', systrace) - -option('--enable-jprof', env='MOZ_JPROF', - help='Enable jprof profiling tool (needs mozilla/tools/jprof)') - -@depends('--enable-jprof') -def jprof(value): - if value: - return True - -set_config('MOZ_JPROF', jprof) -set_define('MOZ_JPROF', jprof) -imply_option('--enable-profiling', jprof) - @depends(target) def sps_profiler(target): if target.os == 'Android': |