Files
glisp/.clangd
T

24 lines
301 B
YAML
Raw Normal View History

2026-01-21 20:52:18 -08:00
CompileFlags:
2026-01-22 07:49:30 -08:00
Add:
[
-std=c11,
-Wall,
-Wpedantic,
-xc,
2026-01-29 00:00:05 -08:00
-D_POSIX_C_SOURCE=200112L,
2026-01-22 21:08:02 -08:00
"-Isrc",
"-I../",
2026-01-22 07:49:30 -08:00
]
2026-01-21 20:52:18 -08:00
Compiler: gcc
---
If:
PathMatch: .*\.h
CompileFlags:
Remove: -xc
2026-01-22 21:08:02 -08:00
Add: -xc-header
2026-01-21 20:52:18 -08:00
---
If:
PathMatch: bin/.*\.c
CompileFlags:
Add: -Isrc