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

Unified Diff: build/common.gypi

Issue 226013003: Linux: Do not pass --reduce-memory-overheads to the linker on CrOS. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 261826)
+++ build/common.gypi (working copy)
@@ -3806,7 +3806,10 @@
['linux_dump_symbols==1', {
'cflags': [ '-g' ],
'conditions': [
- ['linux_use_gold_binary==0 and OS!="android"', {
+ # TODO(thestig) We should not need to specify chromeos==0 here,
+ # but somehow ChromeOS uses gold despite linux_use_gold_binary==0.
+ # http://crbug.com./360082
+ ['linux_use_gold_binary==0 and chromeos==0 and OS!="android"', {
'target_conditions': [
['_toolset=="target"', {
'ldflags': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698