Make clangd work with toolchain's headers

This commit is contained in:
2026-08-25 18:26:42 +03:00
parent bdb7ada1ed
commit 1893b8f054
5 changed files with 89 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
CompileFlags:
Compiler: i686-elf-gcc
Add:
- "-target"
- "i686-elf"
- "-ffreestanding"
- "-nostdlibinc"
- "-isystem"
- "${env:I686_ELF_GCC_INCLUDE}"