Chromium Code Reviews| Index: build/config/gcc/BUILD.gn |
| diff --git a/build/config/gcc/BUILD.gn b/build/config/gcc/BUILD.gn |
| index 8272d8a7462af54c9a1e86a7e23196c5b12630ed..d5b9ddb4579d1781b3d359ba6538483221f1c5da 100644 |
| --- a/build/config/gcc/BUILD.gn |
| +++ b/build/config/gcc/BUILD.gn |
| @@ -35,3 +35,7 @@ config("executable_ldconfig") { |
| ] |
| } |
| } |
| + |
| +config("no_exceptions") { |
| + cflags_cc = [ "-fno-exceptions" ] |
| +} |