diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 15:39:38 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 15:39:38 +0000 |
commit | ad01dce76ee653ef93da27c42f3f7a1bb8603b17 (patch) | |
tree | 04c1adc82d59aa4e8f772285dbafb9c9ea8f5509 /build | |
parent | 73336236331c12412ca86efc18bf7cb36458df5c (diff) | |
download | chromium_src-ad01dce76ee653ef93da27c42f3f7a1bb8603b17.zip chromium_src-ad01dce76ee653ef93da27c42f3f7a1bb8603b17.tar.gz chromium_src-ad01dce76ee653ef93da27c42f3f7a1bb8603b17.tar.bz2 |
clang: Remove explicit -fobjc-exceptions flag.
clang matches gcc again in that -fno-exceptions no longer disables
objc exceptions. Woohoo!
BUG=75001
TEST=none
Review URL: http://codereview.chromium.org/7511006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95420 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi index 9eb94f3..9cff345 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1613,10 +1613,6 @@ # is fixed. '-Wno-parentheses', ], - 'OTHER_CFLAGS': [ - # TODO(thakis): Causes many warnings - http://crbug.com/75001 - '-fobjc-exceptions', - ], }], ['clang==1 and clang_use_chrome_plugins==1', { 'OTHER_CFLAGS': [ |