We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7b336 commit 7a7b336Copy full SHA for 7a7b336
tools-webrtc/get_landmines.py
@@ -48,6 +48,8 @@ def print_landmines(): # pylint: disable=invalid-name
48
print 'Clobber due to Win 64-bit Debug linking error (crbug.com/668961)'
49
print ('Clobber due to Win Clang Debug linking errors in '
50
'https://codereview.webrtc.org/2786603002')
51
+ print ('Clobber due to Win Debug linking errors in '
52
+ 'https://codereview.webrtc.org/2832063003/')
53
if platform() == 'mac':
54
# platform == 'ios' doesn't work since it assumes GYP_DEFINES is set, which
55
# is no longer the case.
0 commit comments