Discard metadata section in linker script

This commit is contained in:
Imbus 2024-04-06 21:20:45 +02:00
parent 1e041aadfb
commit 7efabe6a31

View file

@ -14,4 +14,7 @@ SECTIONS {
.bss : { .bss : {
*(.bss) *(.bss)
} > DRAM } > DRAM
/DISCARD/ : {
*(.riscv.attributes)
}
} }