| Index: third_party/opus/BUILD.gn
|
| diff --git a/third_party/opus/BUILD.gn b/third_party/opus/BUILD.gn
|
| index 5fea34f45c5de7cc4e54b0e9fa6955923da328c2..f4666a107fe93b869d1df670b14617ace436f6c2 100644
|
| --- a/third_party/opus/BUILD.gn
|
| +++ b/third_party/opus/BUILD.gn
|
| @@ -117,7 +117,10 @@ source_set("opus") {
|
| if (!is_debug && is_posix &&
|
| (current_cpu == "arm" || current_cpu == "arm64")) {
|
| configs -= [ "//build/config/compiler:default_optimization" ]
|
| - configs += [ "//build/config/compiler:optimize_max" ]
|
| +
|
| + # TODO(crbug.com/621335) Rework this so that we don't have the confusion
|
| + # between "optimize_speed" and "optimize_max".
|
| + configs += [ "//build/config/compiler:optimize_speed" ]
|
| }
|
|
|
| if (use_opus_fixed_point) {
|
|
|