Chromium Code Reviews| Index: cc/BUILD.gn |
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
| index 6eab5c810f3521bbd514228bef6ed2404839b750..910888b73db9f900d6ea4c392bf427d3dd19ceee 100644 |
| --- a/cc/BUILD.gn |
| +++ b/cc/BUILD.gn |
| @@ -532,7 +532,7 @@ component("cc") { |
| defines = [ "CC_IMPLEMENTATION=1" ] |
| if (!is_debug && (is_win || is_android)) { |
| - configs -= [ "//build/config/compiler:optimize" ] |
| + configs -= [ "//build/config/compiler:default_optimization" ] |
| configs += [ "//build/config/compiler:optimize_max" ] |
| } |
| } |