24 lines
301 B
YAML
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
|