# 指定 compile_commands.json 所在目录（相对路径）
CompileFlags:
  # 告诉 clangd：compile_commands.json 在 build 目录下
  CompilationDatabase: build



