Files
Simple-Kernel/.clangd.template
T

9 lines
181 B
Plaintext

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