mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 12:08:11 +00:00
add "Links" log type for diagnosing linked lib members
This commit is contained in:
committed by
Ryan Fleury
parent
082f6cf6fd
commit
8a22910d9b
@@ -45,6 +45,7 @@ lnk_log_type_from_string(String8 string)
|
||||
"SizeBreakdown", LNK_Log_SizeBreakdown,
|
||||
"LinkStats", LNK_Log_LinkStats,
|
||||
"Timers", LNK_Log_Timers,
|
||||
"Links", LNK_Log_Links,
|
||||
};
|
||||
Assert(ArrayCount(map) == LNK_Log_Count);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user