chore(linker): add dwarf5 line number section to ld script (#2235)
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Kildemal 2026-02-15 20:33:12 +05:30 committed by GitHub
parent 064ca5c243
commit 86a159a1eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,6 +150,9 @@ SECTIONS {
.debug_loc 0 : { *(.debug_loc) }
.debug_macinfo 0 : { *(.debug_macinfo) }
/* DWARF 5*/
.debug_line_str 0 : { *(.debug_line_str) }
/* Discard everything not specifically mentioned above. */
/DISCARD/ :
{