Revert to default dir for compile-commands-dir, more cross project
friendly to just create a symlink to the root instead as part of the gen step.
This commit is contained in:
parent
392a7684c1
commit
34585fee74
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ local M = {
|
|||
"--rename-file-limit=0",
|
||||
"--header-insertion=iwyu",
|
||||
"--inlay-hints",
|
||||
"--compile-commands-dir=build/",
|
||||
-- "--compile-commands-dir=build/",
|
||||
},
|
||||
commands = {
|
||||
ClangdSwitchSourceHeader = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue