Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index c42e352527f4e42a4e360dc7a13f72d343a8ef54..989fb18c08502491d42ed6accbfddab6defe8b83 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -827,6 +827,13 @@ |
'enable_prod_wallet_service%': 1, |
}], |
+ # Enable Link Time Optimization for the official Linux Chrome. |
+ # This requires LLVM Gold plugin to be downloaded. |
+ # See src/tools/clang/scripts/update.py |
+ ['OS=="linux" and target_arch=="x64" and buildtype=="Official" and branding=="Chrome" and chromeos==0', { |
+ 'use_lto%': 1, |
+ }], |
+ |
# Enable hotwording on Chrome-branded ChromeOS builds. |
['branding=="Chrome" and chromeos==1', { |
'enable_hotwording%': 1, |