Turned off Windows diagnostics.
BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/491005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2026 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
a36a4bb340
commit
0ea088f92e
@ -834,20 +834,16 @@ class WebRTCWinFactory(WebRTCFactory):
|
|||||||
|
|
||||||
if self.configuration == 'Debug' or self.configuration == 'both':
|
if self.configuration == 'Debug' or self.configuration == 'both':
|
||||||
cmd = [WebRTCWinFactory.BUILD_CMD, 'webrtc.sln', '/t:Clean',
|
cmd = [WebRTCWinFactory.BUILD_CMD, 'webrtc.sln', '/t:Clean',
|
||||||
'/verbosity:diagnostic',
|
|
||||||
'/p:Configuration=Debug;Platform=%s' % (self.platform)]
|
'/p:Configuration=Debug;Platform=%s' % (self.platform)]
|
||||||
self.AddCommonStep(cmd, descriptor='Build(Clean)')
|
self.AddCommonStep(cmd, descriptor='Build(Clean)')
|
||||||
cmd = [WebRTCWinFactory.BUILD_CMD, 'webrtc.sln',
|
cmd = [WebRTCWinFactory.BUILD_CMD, 'webrtc.sln',
|
||||||
'/verbosity:diagnostic',
|
|
||||||
'/p:Configuration=Debug;Platform=%s' % (self.platform)]
|
'/p:Configuration=Debug;Platform=%s' % (self.platform)]
|
||||||
self.AddCommonStep(cmd, descriptor='Build(Debug)')
|
self.AddCommonStep(cmd, descriptor='Build(Debug)')
|
||||||
if self.configuration == 'Release' or self.configuration == 'both':
|
if self.configuration == 'Release' or self.configuration == 'both':
|
||||||
cmd = [WebRTCWinFactory.BUILD_CMD, 'webrtc.sln', '/t:Clean',
|
cmd = [WebRTCWinFactory.BUILD_CMD, 'webrtc.sln', '/t:Clean',
|
||||||
'/verbosity:diagnostic',
|
|
||||||
'/p:Configuration=Release;Platform=%s' % (self.platform)]
|
'/p:Configuration=Release;Platform=%s' % (self.platform)]
|
||||||
self.AddCommonStep(cmd, descriptor='Build(Clean)')
|
self.AddCommonStep(cmd, descriptor='Build(Clean)')
|
||||||
cmd = [WebRTCWinFactory.BUILD_CMD, 'webrtc.sln',
|
cmd = [WebRTCWinFactory.BUILD_CMD, 'webrtc.sln',
|
||||||
'/verbosity:diagnostic',
|
|
||||||
'/p:Configuration=Release;Platform=%s' % (self.platform)]
|
'/p:Configuration=Release;Platform=%s' % (self.platform)]
|
||||||
self.AddCommonStep(cmd, descriptor='Build(Release)')
|
self.AddCommonStep(cmd, descriptor='Build(Release)')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user