mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing
This commit is contained in:
parent
434f3590e3
commit
013cb18fed
11 changed files with 2 additions and 51 deletions
|
|
@ -90,7 +90,6 @@ class MachCommands(MachCommandBase):
|
|||
env = os.environ.copy()
|
||||
env['G_SLICE'] = 'always-malloc'
|
||||
env['MOZ_CC_RUN_DURING_SHUTDOWN'] = '1'
|
||||
env['MOZ_CRASHREPORTER_NO_REPORT'] = '1'
|
||||
env['XPCOM_DEBUG_BREAK'] = 'warn'
|
||||
|
||||
env.update(self.extra_environment_variables)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue