mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-20 07:30:50 +00:00
clang.excludeArgs
parent
b65f0e6d3c
commit
69a3c1ea3b
@ -8,6 +8,10 @@ Each language client has its own way to specify initialization options. ccls sup
|
||||
|
||||
It points to a directory (relative or absolute) storing indexing files so that next time ccls can load these indexing results without full indexing.
|
||||
|
||||
## `clang.extraArgs` `clang.excludeArgs`
|
||||
|
||||
Additional arguments or excluded arguments for `compile_commands.json` entries.
|
||||
|
||||
## `index.threads`: number of indexer threads
|
||||
|
||||
If `index.threads` is 0, use `std::thread::hardware_concurrency()`. If you want to control peak memory usage, set it to a small integer.
|
||||
|
Loading…
Reference in New Issue
Block a user