493afb05e6
This is working repository now. I had to clean this up due to my f_ups, that made this simple repo around 200MB large. Signed-off-by: Piotr Krygier <piotrkrygier@everyonecancode@xyz>
13 lines
206 B
YAML
13 lines
206 B
YAML
CompileFlags:
|
|
Add: [
|
|
"-ferror-limit=0",
|
|
"-Wall",
|
|
"-Wpedantic",
|
|
"-Werror",
|
|
"-Wno-gnu-statement-expression",
|
|
"-I./",
|
|
"-I./graphics",
|
|
"-I./utilites",
|
|
]
|
|
|