sourcegraph / lsif-clang

Language Server Indexing Format (LSIF) generator for C, C++ and Objective C
https://lsif.dev/
35 stars 8 forks source link

Add the '--jobs' flag to control max threads #81

Closed varungandhi-src closed 2 years ago

varungandhi-src commented 2 years ago

This tells the executor doing the indexing the maximum number of threads it can use instead of auto-detecting it.

Cherry-picked from https://github.com/sourcegraph/lsif-clang/pull/79

Test plan

Manually tested.