V1 file read done

This commit is contained in:
2025-05-04 14:52:05 -04:00
parent 42aed25b51
commit 76fbeff084
2 changed files with 167 additions and 45 deletions

View File

@ -71,6 +71,7 @@ $compiler_args += $flag_nologo
# Constraints on interpeting all files as C code
$compiler_args += $flag_all_c
$compiler_args += $flag_c11
# Constraints on C program code-gen
$compiler_args += $flag_exceptions_disabled
$compiler_args += $flag_RTTI_disabled