lazysphere/.clangd
2023-05-04 16:10:37 -04:00

19 lines
240 B
Text

If:
PathMatch:
- .*\.c
- .*\.h
CompileFlags:
Add:
- -xc
- -std=c89
- -Isrc
- -Wall
- -Wextra,
- -pedantic
- -O2
- -ferror-limit=0
- -D_DEFAULT_SOURCE
- -D_CHECK_LINK
Compiler: clang