mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
show an early warning for /DEBUG:FASTLINK
This commit is contained in:
+749
-751
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) {
|
if (debug_mode == LNK_DebugMode_GHash) {
|
||||||
config->debug_mode = LNK_DebugMode_Full;
|
config->debug_mode = LNK_DebugMode_Full;
|
||||||
lnk_error_cmd_switch(LNK_Warning_Cmdl, cmd_switch, "GHASH is not supported, switching to 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) {
|
} else if (debug_mode != LNK_DebugMode_Null) {
|
||||||
config->debug_mode = debug_mode;
|
config->debug_mode = debug_mode;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user