mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-29 02:47:19 -05:00
chore(linker): add dwarf5 line number section to ld script (#2235)
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
This commit is contained in:
parent
064ca5c243
commit
86a159a1eb
|
|
@ -150,6 +150,9 @@ SECTIONS {
|
||||||
.debug_loc 0 : { *(.debug_loc) }
|
.debug_loc 0 : { *(.debug_loc) }
|
||||||
.debug_macinfo 0 : { *(.debug_macinfo) }
|
.debug_macinfo 0 : { *(.debug_macinfo) }
|
||||||
|
|
||||||
|
/* DWARF 5*/
|
||||||
|
.debug_line_str 0 : { *(.debug_line_str) }
|
||||||
|
|
||||||
/* Discard everything not specifically mentioned above. */
|
/* Discard everything not specifically mentioned above. */
|
||||||
/DISCARD/ :
|
/DISCARD/ :
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user