From a50279c350081c864b2cb4f7ca0a9611ade9be22 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sun, 31 Jan 2016 12:34:36 -0500 Subject: [PATCH] Enable the newly-added --breakpad-dump for our automated builds. --- support/buildbot/bootstrap.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/support/buildbot/bootstrap.pl b/support/buildbot/bootstrap.pl index 7e352bb..5b34b84 100755 --- a/support/buildbot/bootstrap.pl +++ b/support/buildbot/bootstrap.pl @@ -31,6 +31,7 @@ print "Attempting to reconfigure...\n"; my @conf_argv = ( '--enable-optimize', + '--breakpad-dump', '--no-color', '--symbol-files' );