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:
Nikita Smith
2025-02-25 14:41:34 -08:00
parent 8a8a8bcc8d
commit bbce89eada
10 changed files with 148 additions and 47 deletions
+1
View File
@@ -224,6 +224,7 @@ typedef struct
typedef struct
{
String8 path;
String8 temp_path;
String8 data;
} LNK_WriteThreadContext;