Chromium Code Reviews| Index: build/config/compiler/BUILD.gn |
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
| index 52043c8f98e2e99fc144033a81326e2d28dbf8e3..1f513f4431514abf0718e0fa75e810cc5ee928df 100644 |
| --- a/build/config/compiler/BUILD.gn |
| +++ b/build/config/compiler/BUILD.gn |
| @@ -745,7 +745,7 @@ config("no_optimize") { |
| ldflags = common_optimize_on_ldflags |
| } else { |
| cflags = [ |
| - "-O1", |
| + "-O2", |
| "-fdata-sections", |
| "-ffunction-sections", |
| ] |