diff --git a/.clangd b/.clangd new file mode 100644 index 0000000..1438281 --- /dev/null +++ b/.clangd @@ -0,0 +1,2 @@ +CompileFlags: + Add: [-std=c++17, -fno-exceptions, -Wno-unused, -Wno-unused-parameter]