| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index dccdfec64a8c4519dc918071f51200a6f98d084e..be8ca2e129a391b26280696627dbea453cd4ae83 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -4508,8 +4508,8 @@
|
| # 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.
|
|
|