Files
Simple-Kernel/.clangd.template
T

9 lines
175 B
Plaintext

CompileFlags:
Compiler: i686-elf-gcc
Add:
- "-target"
- "i686-elf"
- "-ffreestanding"
- "-nostdlibinc"
- "-isystem"
- "${env:I686_ELF_GCC_INCLUDE}"