mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 20:18:12 +00:00
add flag to exclude objs from debug info input
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user