mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
move default linker options to main file
This commit is contained in:
committed by
Ryan Fleury
parent
dcc8bfcf39
commit
0f9321e92a
+5
-1
@@ -129,9 +129,13 @@ typedef struct
|
||||
} u;
|
||||
} LNK_SymbolPusher;
|
||||
|
||||
// --- Config -----------------------------------------------------------------
|
||||
|
||||
internal LNK_Config * lnk_config_from_argcv(Arena *arena, int argc, char **argv);
|
||||
|
||||
// --- Entry Point -------------------------------------------------------------
|
||||
|
||||
internal void lnk_run(int argc, char **argv);
|
||||
internal void lnk_run(TP_Context *tp, TP_Arena *tp_arena, LNK_Config *config);
|
||||
|
||||
// --- Path --------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user