diff --git a/.clangd b/.clangd index 83a25c7..cf6553b 100644 --- a/.clangd +++ b/.clangd @@ -1,3 +1,3 @@ CompileFlags: - Add: [-std=c++20] - Remove: [-mno-direct-extern-access] \ No newline at end of file + CompilationDatabase: build/ # https://www.reddit.com/r/neovim/comments/vj0e16/comment/idgkg55/ + Remove: [-mno-direct-extern-access] diff --git a/compile_commands.json b/compile_commands.json deleted file mode 120000 index affbd32..0000000 --- a/compile_commands.json +++ /dev/null @@ -1 +0,0 @@ -./build/compile_commands.json \ No newline at end of file