Use clang by default on Mac.
But disable Chrome clang plugins for the time being. TEST=build Review URL: http://webrtc-codereview.appspot.com/297005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1059 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
268257475b
commit
d2daa5c13e
@ -81,10 +81,11 @@
|
||||
|
||||
'conditions': [
|
||||
['OS=="mac"', {
|
||||
# TODO(andrew): clang is now the default on Mac, but we have a build
|
||||
# error in a test. Temporarily disable clang until this is solved:
|
||||
# http://code.google.com/p/webrtc/issues/detail?id=78
|
||||
'clang%': 0,
|
||||
# TODO(andrew): clang is the default on Mac. For now, disable the
|
||||
# Chrome plugins, which causes a flood of chromium-style warnings.
|
||||
# Investigate enabling the plugins:
|
||||
# http://code.google.com/p/webrtc/issues/detail?id=163
|
||||
'clang_use_chrome_plugins%': 0,
|
||||
}],
|
||||
],
|
||||
}],
|
||||
|
Loading…
x
Reference in New Issue
Block a user