diff options
Diffstat (limited to 'linker.ld')
-rw-r--r-- | linker.ld | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -43,4 +43,9 @@ SECTIONS . = ALIGN(4096); /* align to page size */ __bss_end = .; __end = .; + /DISCARD/ : { + *(.ARM.attributes*) + *(.comment*) + *(.debug*) + } } |