Chromium Code Reviews| Index: build/config/gcc/BUILD.gn |
| diff --git a/build/config/gcc/BUILD.gn b/build/config/gcc/BUILD.gn |
| index 40243cd677e5429fcccce28491455fe9176f2f88..edfb92c768fec30d14f1e1b35c277b4c8a42e2ec 100644 |
| --- a/build/config/gcc/BUILD.gn |
| +++ b/build/config/gcc/BUILD.gn |
| @@ -41,4 +41,5 @@ config("executable_ldconfig") { |
| config("no_exceptions") { |
| cflags_cc = [ "-fno-exceptions" ] |
| + cflags_objcc = cflags_cc |
| } |