1
Fork 0

show linker warnings even if it returns 0

This commit is contained in:
jyn 2023-12-24 18:38:00 -05:00
parent 9f4d9dc102
commit c0822ed9b8
10 changed files with 82 additions and 27 deletions

View file

@ -183,6 +183,8 @@ codegen_ssa_linker_file_stem = couldn't extract file stem from specified linker
codegen_ssa_linker_not_found = linker `{$linker_path}` not found
.note = {$error}
codegen_ssa_linker_output = {$inner}
codegen_ssa_linker_unsupported_modifier = `as-needed` modifier not supported for current linker
codegen_ssa_linking_failed = linking with `{$linker_path}` failed: {$exit_status}