blob: ef142b4a6b8f3bf151d7cbe3fdb79c3e66530e32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
|