| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index aa13b0cf7db441f14be05644f5bdab23ce745858..62f1635607af6da8a82e1fa8b07970ef896ad890 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -3577,8 +3577,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',
|
| ],
|
| }],
|
| ],
|
|
|