add flag to exclude objs from debug info input

This commit is contained in:
Nikita Smith
2025-08-11 02:49:26 -07:00
parent 702fd74b23
commit 829a35430c
4 changed files with 77 additions and 56 deletions
+3 -2
View File
@@ -37,8 +37,9 @@ typedef struct LNK_InputImportList
typedef struct LNK_InputObj
{
struct LNK_InputObj *next;
B32 is_thin;
B32 has_disk_read_failed;
B8 is_thin;
B8 exclude_from_debug_info;
B8 has_disk_read_failed;
String8 dedup_id;
String8 path;
String8 data;