8 lines
170 B
YAML
8 lines
170 B
YAML
# 指定 compile_commands.json 所在目录(相对路径)
|
||
CompileFlags:
|
||
# 告诉 clangd:compile_commands.json 在 build 目录下
|
||
CompilationDatabase: build
|
||
|
||
|
||
|