| Index: build/config/compiler/compiler.gni
|
| diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni
|
| index dd89503e4fcd5e00cb9038d3b5c1788a5578daf5..1090fafa230b8fcd42f3395e52c7c150b80a57f2 100644
|
| --- a/build/config/compiler/compiler.gni
|
| +++ b/build/config/compiler/compiler.gni
|
| @@ -51,7 +51,7 @@ declare_args() {
|
| declare_args() {
|
| # Whether or not the official builds should be built with full WPO. Enabled by
|
| # default for the PGO and the x64 builds.
|
| - if (chrome_pgo_phase > 0 || target_cpu == "x64") {
|
| + if (chrome_pgo_phase > 0) {
|
| full_wpo_on_official = true
|
| } else {
|
| full_wpo_on_official = false
|
|
|