| Index: third_party/opus/BUILD.gn
|
| diff --git a/third_party/opus/BUILD.gn b/third_party/opus/BUILD.gn
|
| index 5fea34f45c5de7cc4e54b0e9fa6955923da328c2..a565734db85b8d4ab6c83e32fd0bf0cc951e73ef 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_target_for_speed" and "optimize_max".
|
| + configs += [ "//build/config/compiler:optimize_posix_target_for_speed" ]
|
| }
|
|
|
| if (use_opus_fixed_point) {
|
|
|