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:
andrew@webrtc.org 2011-11-30 01:16:06 +00:00
parent 268257475b
commit d2daa5c13e

View File

@ -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,
}],
],
}],