Landmine due to corrupt .pdb files on Windows.

BUG=None
TBR=ehmaldonado@webrtc.org

Review URL: https://codereview.webrtc.org/2418713002 .

Cr-Commit-Position: refs/heads/master@{#14625}
This commit is contained in:
Henrik Kjellander
2016-10-12 21:07:02 -07:00
parent da3303fda0
commit dd7a1cff68

View File

@ -45,6 +45,7 @@ def print_landmines():
'AppRTCMobile in https://codereview.webrtc.org/2373443005')
if platform() == 'win':
print 'Clobber to resolve some issues with corrupt .pdb files on bots.'
print 'Clobber due to corrupt .pdb files (after #14623)'
def main():