Chromium Code Reviews| Index: src/build/common.gypi |
| diff --git a/src/build/common.gypi b/src/build/common.gypi |
| index b9466a325ad5a37e7e6da7782d2788e23b76ac05..572064d369c2956225450c56d5fc9ead0f5f984a 100644 |
| --- a/src/build/common.gypi |
| +++ b/src/build/common.gypi |
| @@ -554,7 +554,7 @@ |
| ], |
| }, |
| 'cflags': [ |
| - '<(werror)', # See note above about the werror variable. |
| + '<(werror)', # See note above about the werror variable |
|
vapier
2016/06/24 20:09:07
unrelated/undesirable change ?
|
| '-pthread', |
| '-fno-exceptions', |
| '-Wall', |
| @@ -570,6 +570,7 @@ |
| '-fvisibility=hidden', |
| ], |
| 'cflags_cc': [ |
| + '-std=c++11', |
|
vapier
2016/06/24 20:09:07
this should prob be deployed in a dedicated CL, as
|
| '-frtti', |
| '-fno-threadsafe-statics', |
| # Make inline functions have hidden visiblity by default. |