| Index: gpu/command_buffer/service/BUILD.gn
|
| diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn
|
| index 825b8566d8e60dc2e44ea6afd53e796332319646..ec6d209dd644c35de48c30166fd4ca88dbd60a3f 100644
|
| --- a/gpu/command_buffer/service/BUILD.gn
|
| +++ b/gpu/command_buffer/service/BUILD.gn
|
| @@ -161,7 +161,7 @@ source_set("service_sources") {
|
|
|
| if (is_android && !is_debug) {
|
| # On Android optimize more since this component can be a bottleneck.
|
| - configs -= [ "//build/config/compiler:optimize" ]
|
| + configs -= [ "//build/config/compiler:default_optimization" ]
|
| configs += [ "//build/config/compiler:optimize_max" ]
|
| }
|
| }
|
|
|