more infra/clangd updates

This commit is contained in:
Allen Hill
2026-08-19 11:45:06 -07:00
parent 6ce4c2cc21
commit 6c460aa3a0
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -5,3 +5,6 @@ CompileFlags:
- -fstrict-volatile-bitfields - -fstrict-volatile-bitfields
- -fno-tree-switch-conversion - -fno-tree-switch-conversion
- -fanalyzer - -fanalyzer
- -ffixed-r2
- -ffixed-r3
- -ffixed-r4
+4 -1
View File
@@ -35,7 +35,10 @@
"files.associations": { "files.associations": {
"*.S": "avr" "*.S": "avr"
}, },
"clangd.path": "/usr/bin/clangd" "clangd.path": "/usr/bin/clangd",
"clangd.arguments": [
"--compile-commands-dir=${workspaceFolder}/out/build"
]
} }
} }
}, },