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
+1
View File
@@ -14,6 +14,7 @@ typedef struct LNK_Obj
COFF_FileHeaderInfo header;
U32 *comdats;
B8 hotpatch;
B8 exclude_from_debug_info;
U32Node **associated_sections;
LNK_SymbolHashTrie **symlinks;
} LNK_Obj;