summaryrefslogtreecommitdiffstats
path: root/build/pgo
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-03-30 12:07:42 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-03-30 12:07:42 +0200
commit4e721d14cd374916bad653a97d0e19712fb40caa (patch)
tree773c4854c7c8e398b05895fdd63b1c00c536bc2a /build/pgo
parent4e368f8199a61c6319621ad1b9d6c352f0319f41 (diff)
downloadUXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar
UXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar.gz
UXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar.lz
UXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar.xz
UXP-4e721d14cd374916bad653a97d0e19712fb40caa.zip
Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing
Diffstat (limited to 'build/pgo')
-rw-r--r--build/pgo/profileserver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/pgo/profileserver.py b/build/pgo/profileserver.py
index 3e5a870c3..adc93d9b1 100644
--- a/build/pgo/profileserver.py
+++ b/build/pgo/profileserver.py
@@ -53,7 +53,6 @@ if __name__ == '__main__':
locations=locations)
env = os.environ.copy()
- env["MOZ_CRASHREPORTER_NO_REPORT"] = "1"
env["XPCOM_DEBUG_BREAK"] = "warn"
# For VC12+, make sure we can find the right bitness of pgort1x0.dll