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