mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-09-24 12:52:07 +00:00
more infra/clangd updates
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user