Files
glisp/.clangd
2026-01-22 21:08:02 -08:00

24 lines
301 B
YAML

CompileFlags:
Add:
[
-std=c11,
-Wall,
-Wpedantic,
-xc,
-D_POSIX_C_SOURCE=199309L,
"-Isrc",
"-I../",
]
Compiler: gcc
---
If:
PathMatch: .*\.h
CompileFlags:
Remove: -xc
Add: -xc-header
---
If:
PathMatch: bin/.*\.c
CompileFlags:
Add: -Isrc