diff --git a/agb/gba.ld b/agb/gba.ld index 3569c17..7e2907b 100644 --- a/agb/gba.ld +++ b/agb/gba.ld @@ -101,6 +101,8 @@ SECTIONS { .debug_typenames 0 : { *(.debug_typenames) } .debug_varnames 0 : { *(.debug_varnames) } + .debug_ranges 0 : { *(.debug_ranges) } + /* discard anything not already mentioned */ /DISCARD/ : { *(*) } } \ No newline at end of file