blob: 42bb22633b5684635f66f8ae727a4ee7db181409 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
@@ -35,10 +35,6 @@
if value:
return True
-set_config('MOZ_GECKO_PROFILER', gecko_profiler_define)
-set_define('MOZ_GECKO_PROFILER', gecko_profiler_define)
-
-
option('--enable-dmd', env='MOZ_DMD',
help='Enable Dark Matter Detector (heap profiler). '
'Also enables jemalloc, replace-malloc and profiling')
|