summaryrefslogtreecommitdiff
path: root/toolkit/moz.configure
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-10-16 11:48:00 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-01 15:28:15 +0200
commit426a9755d99a9fc818f151d407cbc9bdcd434a5f (patch)
treedd88a166e589e344e1cd7be7eb24488552790405 /toolkit/moz.configure
parentc14bb310ce237c375a5cf4a89e7689ddfbf016c5 (diff)
downloaduxp-426a9755d99a9fc818f151d407cbc9bdcd434a5f.tar.gz
Issue #1053 - Remove Android systrace, more build system removals.
Also updates more comments.
Diffstat (limited to 'toolkit/moz.configure')
-rw-r--r--toolkit/moz.configure14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolkit/moz.configure b/toolkit/moz.configure
index 4f4acdfd54..e3d3eca63d 100644
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
@@ -4,20 +4,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-# Profiling
-# ==============================================================
-# Some of the options here imply an option from js/moz.configure,
-# so, need to be declared before the include.
-option('--enable-systrace', env='MOZ_USE_SYSTRACE',
- help='Turn on systrace for the Gecko profiler on android/b2g')
-
-@depends('--enable-systrace', target)
-def systrace(value, target):
- if value:
- return True
-
-set_define('MOZ_USE_SYSTRACE', systrace)
-
# JACK cubeb backend
# ==============================================================
option('--enable-jack', env='MOZ_JACK',