Some work

This commit is contained in:
2026-01-22 21:08:02 -08:00
parent eca8ae3d3e
commit f67ed56d52
12 changed files with 488 additions and 38 deletions

View File

@ -6,7 +6,8 @@ CompileFlags:
-Wpedantic,
-xc,
-D_POSIX_C_SOURCE=199309L,
"-fsanitize=address,undefined",
"-Isrc",
"-I../",
]
Compiler: gcc
---
@ -14,8 +15,7 @@ If:
PathMatch: .*\.h
CompileFlags:
Remove: -xc
Add: [-std=c11, -Wall, -Wpedantic, -xc-header]
Compiler: gcc
Add: -xc-header
---
If:
PathMatch: bin/.*\.c