mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-01 19:48:11 +00:00
added /RAD_WRITE_TEMP_FILES
When enabled linker writes image and debug info to temporary files and renames them after all writes are done.
This commit is contained in:
@@ -2676,7 +2676,7 @@ lnk_replace_type_names_with_hashes(TP_Context *tp, TP_Arena *arena, CV_DebugT de
|
||||
if (task.make_map) {
|
||||
String8List map = {0};
|
||||
str8_list_concat_in_place_array(&map, task.maps, tp->worker_count);
|
||||
lnk_write_data_list_to_file_path(map_name, map);
|
||||
lnk_write_data_list_to_file_path(map_name, str8_zero(), map);
|
||||
tp_arena_release(&task.map_arena);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user