Started to setup watl to mess around with lotte's C--

Not going to use GCC, too much of a pain in the ass on windows.
Going to do a slightly flavored dialect to make things a bit easier to translate...
This commit is contained in:
2025-10-03 00:49:40 -04:00
parent ae8cd03e3d
commit fc032da21e
5 changed files with 577 additions and 4 deletions

View File

@@ -106,7 +106,8 @@ main :: proc() {
file_source,
flag_file,
join_str(flag_output_path, file_exe),
flag_optimize_none,
// flag_optimize_none,
falg_optimize_aggressive,
flag_default_allocator_nil,
flag_debug,
flag_microarch_zen5,