forked from M-Labs/artiq
runtime: discard unnecessary sections.
This commit is contained in:
parent
8eeb6ea1b9
commit
4d790b452c
|
@ -80,5 +80,6 @@ SECTIONS
|
||||||
/DISCARD/ :
|
/DISCARD/ :
|
||||||
{
|
{
|
||||||
*(.eh_frame)
|
*(.eh_frame)
|
||||||
|
*(.gcc_except_table)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue