| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 7120836c637e8683adddc516c84a9f7cc9ae7a6e..6deabaabdf7fff250d0021814f8c1f725d2e2c40 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -4640,10 +4640,8 @@
|
| # 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.
|
| - # TODO(raymes): Disable threading because gold is frequently
|
| - # crashing on the bots: crbug.com/161942.
|
| - # '-Wl,--threads',
|
| - # '-Wl,--thread-count=4',
|
| + '-Wl,--threads',
|
| + '-Wl,--thread-count=4',
|
| ],
|
| 'conditions': [
|
| # TODO(thestig): Enable this for disabled cases.
|
|
|