Index: build/config/compiler/compiler.gni |
diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni |
index b5ed0374d1ebf9ebda3a605330ac17ffed9e1a3e..11735ef2bac7bd12d0f5b484537614f8c2a1c3f7 100644 |
--- a/build/config/compiler/compiler.gni |
+++ b/build/config/compiler/compiler.gni |
@@ -19,6 +19,9 @@ declare_args() { |
# Compile in such a way as to enable profiling of the generated code. For |
# example, don't omit the frame pointer and leave in symbols. |
enable_profiling = false |
+ |
+ # Whether or not the official builds should be build with full WPO. |
+ full_wpo_on_official = false |
} |
# If it wasn't manually set, set to an appropriate default. |