summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build
diff options
context:
space:
mode:
authorchrisha@google.com <chrisha@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-20 17:55:10 +0000
committerchrisha@google.com <chrisha@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-20 17:55:10 +0000
commit849f2f06518dbee3ddfaad4418e6d2a14700ae91 (patch)
treea7f9d55558172bc7912f3fee81c5e3c8e8f9b053 /chrome/tools/build
parenta7228f6379b0981c7862498825f221c18263c882 (diff)
downloadchromium_src-849f2f06518dbee3ddfaad4418e6d2a14700ae91.zip
chromium_src-849f2f06518dbee3ddfaad4418e6d2a14700ae91.tar.gz
chromium_src-849f2f06518dbee3ddfaad4418e6d2a14700ae91.tar.bz2
Fix for broken continuous build.
The recently released new version of our toolchain has slightly different semantics, and by default refuses to overwrite output files that already exist. BUG= Review URL: https://codereview.chromium.org/10967019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/build')
-rwxr-xr-xchrome/tools/build/win/syzygy_reorder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/build/win/syzygy_reorder.py b/chrome/tools/build/win/syzygy_reorder.py
index 2d965ad..a801305 100755
--- a/chrome/tools/build/win/syzygy_reorder.py
+++ b/chrome/tools/build/win/syzygy_reorder.py
@@ -43,7 +43,7 @@ def _ReorderBinary(relink_exe, executable, symbol, destination_dir):
output binaries, otherwise orders them randomly.
"""
cmd = [relink_exe,
- '--verbose',
+ '--overwrite',
'--input-dll=%s' % executable,
'--input-pdb=%s' % symbol,
'--output-dll=%s' % os.path.abspath(