From da962efdb65aced77096b2ecc2629b15c5b04fda Mon Sep 17 00:00:00 2001 From: "kerz@chromium.org" Date: Mon, 22 Aug 2011 17:15:48 +0000 Subject: Re-enable clang for official builders. Revert 96424 - mac: Use gcc for official builds again until breakpad is sorted out. BUG=91371 TEST=none Review URL: http://codereview.chromium.org/7623021 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/7711004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97670 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build') diff --git a/build/common.gypi b/build/common.gypi index 8d507cc..1c08fbf 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -578,8 +578,7 @@ # here (it was added after the m14 branch was cut). This is in the # buildtype=="Official" section so that developers don't see it # for their local builds. - # TODO(thakis): Reenable once breakpad issues are sorted out. - #'clang%': 1, + 'clang%': 1, }, { # else: branding!="Chrome" or buildtype!="Official" 'mac_breakpad%': 0, 'mac_keystone%': 0, -- cgit v1.1