Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index c7ba407ae373464720f927141a8eeaa1076c2374..e664be744aa4181cd1eb85c1ba128729d16359f5 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -4399,8 +4399,10 @@ |
# https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/281527606915bb36 |
# Only apply this to the target linker, since the host |
# linker might not be gold, but isn't used much anyway. |
- '-Wl,--threads', |
- '-Wl,--thread-count=4', |
+ # TODO(raymes): Disable threading because gold is frequently |
+ # crashing on the bots: crbug.com/161942. |
+ # '-Wl,--threads', |
+ # '-Wl,--thread-count=4', |
], |
}], |
], |