slowly getting back...also, static linking

This commit is contained in:
2025-09-21 23:57:17 -04:00
parent 8039df667c
commit 7f07eaa128
20 changed files with 4579 additions and 631 deletions

View File

@@ -1,5 +1,8 @@
{
"C_Cpp.formatting": "clangFormat",
"editor.formatOnSave": true,
"clang-format.style": "file"
"clang-format.style": "file",
"clangd.arguments": [
"--compile-commands-dir=build"
]
}