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

Unified Diff: build/common.gypi

Issue 1930473002: Revert of Build: disable icf for gcc builds with bundled gold (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/config/compiler/BUILD.gn » ('j') | no next file with comments »
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 6accfbcb0337a65339fe64a50684197e2d31c2c3..3ca0957941fb1ce7db7ae24d2aa79e1d6a16b8c9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2463,12 +2463,6 @@
}, {
'enable_hangout_services_extension%': 0,
}],
-
- # Gold doesn't respect section alignment and breaks gcc builds with icf
- # https://bugs.chromium.org/p/chromium/issues/detail?id=576197
- ['clang==0 and linux_use_bundled_gold==1', {
- 'gold_icf_level%': 'none'
- }],
],
# The path to the ANGLE library.
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698