diff --git a/.clangd b/.clangd new file mode 100644 index 0000000..bc0e9ea --- /dev/null +++ b/.clangd @@ -0,0 +1,9 @@ +CompileCommandsDir: build + +CompileFlags: + Add: + # 标准编译器选项 + - -std=c++23 + - --stdlib=libc++ + - -I/usr/include/libdrm/ + - -I/usr/include/pixman-1/