Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1963)

Unified Diff: build/common.gypi

Issue 2015703004: Revert of Enable LTO on Linux for the official builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/toolchain/toolchain.gni » ('j') | build/toolchain/toolchain.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 23eab59c9b8b534e442f036a659eee086986ef1f..67348d42460aba5a1b62fa69ff2fff9ec61c3bcd 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -825,13 +825,6 @@
['buildtype=="Official"', {
'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.
« no previous file with comments | « no previous file | build/toolchain/toolchain.gni » ('j') | build/toolchain/toolchain.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698