diff --git a/tools/buildbot/bootstrap.pl b/tools/buildbot/bootstrap.pl index 1c93bc74..82c1f8e6 100755 --- a/tools/buildbot/bootstrap.pl +++ b/tools/buildbot/bootstrap.pl @@ -26,7 +26,7 @@ if (!(-f 'OUTPUT/.ambuild2/graph') || !(-f 'OUTPUT/.ambuild2/vars')) { my ($result, $argn); $argn = $#ARGV + 1; print "Attempting to reconfigure...\n"; - my $conf_args = '--enable-optimize --breakpad-dump'; + my $conf_args = '--enable-optimize --breakpad-dump --no-color'; if ($argn > 0 && $^O !~ /MSWin/) { $result = `CC=$ARGV[0] CXX=$ARGV[0] python ../build/configure.py $conf_args`; } else {