Chromium Code Reviews| Index: build/config/gcc/BUILD.gn |
| diff --git a/build/config/gcc/BUILD.gn b/build/config/gcc/BUILD.gn |
| index 422ec0e92af9173212fe8eeec091a359f4f9b178..69425651fc5e9b371536efbd5874b4df28400bab 100644 |
| --- a/build/config/gcc/BUILD.gn |
| +++ b/build/config/gcc/BUILD.gn |
| @@ -117,6 +117,7 @@ config("executable_ldconfig") { |
| } |
| } |
| +# TODO(jmadill): Remove this when ANGLE and libc++ don't depend on it. |
|
brettw
2016/08/31 17:01:20
I don't see how leaving this here helps ANGLE. It
|
| config("no_exceptions") { |
| cflags_cc = [ "-fno-exceptions" ] |
| cflags_objcc = cflags_cc |