Use new CPU counter function in cc module
Broken since commit c5e3f4d6
.
This commit is contained in:
parent
ee26c02e1c
commit
0026404b34
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ If rtags or rdm aren't available, fail silently instead of throwing a breaking e
|
|||
(when (or IS-MAC IS-LINUX)
|
||||
(setq ccls-initialization-options
|
||||
`(:index (:trackDependency 1
|
||||
:threads ,(max 1 (/ (doom-num-cpus) 2))))))
|
||||
:threads ,(max 1 (/ (doom-system-cpus) 2))))))
|
||||
(when IS-MAC
|
||||
(setq ccls-initialization-options
|
||||
(append ccls-initialization-options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue