clang.excludeArgs

Fangrui Song 2018-09-04 20:52:56 -07:00
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.