1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

Enable the newly-added --breakpad-dump for our automated builds.

This commit is contained in:
Nicholas Hastings 2016-01-31 12:34:36 -05:00
parent 58c8100361
commit a50279c350

View File

@ -31,6 +31,7 @@ print "Attempting to reconfigure...\n";
my @conf_argv = (
'--enable-optimize',
'--breakpad-dump',
'--no-color',
'--symbol-files'
);