using cache in build_file, ui metaprogram and generating stacks
This commit is contained in:
@@ -199,6 +199,6 @@ void mt_app(ma_arena_t *arena) {
|
||||
sb8_serial_ast_to_type_info(c, decls);
|
||||
}
|
||||
|
||||
os_write_file(cg_cpath(arena), sb8_merge(arena, c));
|
||||
os_write_file(cg_hpath(arena), sb8_merge(arena, h));
|
||||
os_write_file(cg_cpath(arena), sb8_serial_end(arena, c));
|
||||
os_write_file(cg_hpath(arena), sb8_serial_end(arena, h));
|
||||
}
|
||||
Reference in New Issue
Block a user