Files
big-bad-num/.clangd
2026-01-20 20:07:49 -08:00

10 lines
177 B
YAML

CompileFlags:
Add: [-Wall, -Wpedantic, -std=c11, -xc, -I../include/]
Compiler: gcc
---
If:
PathMatch: .*\.h
CompileFlags:
Remove: [-xc, -I../include/]
Add: -xc-header