Files
nub-os/.clangd
nub31 a1205703f0 ...
2025-09-03 14:31:07 +02:00

16 lines
297 B
YAML

CompileFlags:
Add:
- "-target"
- "x86_64-unknown-none"
- "-ffreestanding"
- "-fno-builtin"
- "-fno-common"
- "-Wall"
- "-Wextra"
- "-Wshadow"
- "-fno-strict-aliasing"
- "-nostdinc"
- "-nostdlib"
- "-I"
- "/home/oliste/repos/nub-os/src/stdlib"