Index: cc/surfaces/BUILD.gn |
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn |
index 3345caa4ac280692a25d2d1618ee465b3bb2527c..6dd7240bc1f84c66682182082586c6e7206ab2c9 100644 |
--- a/cc/surfaces/BUILD.gn |
+++ b/cc/surfaces/BUILD.gn |
@@ -57,7 +57,7 @@ component("surfaces") { |
] |
if (is_android && !is_debug) { |
- configs -= [ "//build/config/compiler:optimize" ] |
+ configs -= [ "//build/config/compiler:default_optimization" ] |
configs += [ "//build/config/compiler:optimize_max" ] |
} |
} |