Make clangd work with toolchain's headers
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
CompileFlags:
|
||||
Compiler: i686-elf-gcc
|
||||
Add:
|
||||
- "-target"
|
||||
- "i686-elf"
|
||||
- "-ffreestanding"
|
||||
- "-nostdlibinc"
|
||||
- "-isystem"
|
||||
- "${env:I686_ELF_GCC_INCLUDE}"
|
||||
Reference in New Issue
Block a user