Bug 1014341 (part 1) - Remove trace-malloc. r=dbaron,glandium.

This commit is contained in:
Nicholas Nethercote
2015-01-07 16:13:03 -08:00
parent 5d234377e0
commit dceb4f2bc9
60 changed files with 18 additions and 25852 deletions

View File

@@ -330,7 +330,6 @@ def environment(xrePath, env=None, crashreporter=True, debugger=False, dmdPath=N
# crashreporter
env['GNOME_DISABLE_CRASH_DIALOG'] = '1'
env['XRE_NO_WINDOWS_CRASH_DIALOG'] = '1'
env['NS_TRACE_MALLOC_DISABLE_STACKS'] = '1'
if crashreporter and not debugger:
env['MOZ_CRASHREPORTER_NO_REPORT'] = '1'