Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index e664be744aa4181cd1eb85c1ba128729d16359f5..c7ba407ae373464720f927141a8eeaa1076c2374 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -4399,10 +4399,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', |
|
tzik
2015/02/05 07:15:22
Could you update corresponding part in build/confi
Lei Zhang
2015/02/05 23:27:31
Done.
|
| ], |
| }], |
| ], |