mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-17 17:42:22 -07:00
show an early warning for /DEBUG:FASTLINK
This commit is contained in:
+800
-802
File diff suppressed because it is too large
Load Diff
@@ -1026,6 +1026,9 @@ lnk_config_from_cmd_line(Arena *arena, String8List raw_cmd_line)
|
||||
if (debug_mode == LNK_DebugMode_GHash) {
|
||||
config->debug_mode = LNK_DebugMode_Full;
|
||||
lnk_error_cmd_switch(LNK_Warning_Cmdl, cmd_switch, "GHASH is not supported, switching to FULL");
|
||||
} else if (debug_mode == LNK_DebugMode_FastLink) {
|
||||
config->debug_mode = LNK_DebugMode_Full;
|
||||
lnk_error_cmd_switch(LNK_Warning_Cmdl, cmd_switch, "FASTLINK is not supported, switching to FULL");
|
||||
} else if (debug_mode != LNK_DebugMode_Null) {
|
||||
config->debug_mode = debug_mode;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user