2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-19 00:16:29 +08:00

runtime: discard unnecessary sections.

This commit is contained in:
whitequark 2016-10-07 08:30:09 +00:00
parent 8eeb6ea1b9
commit 4d790b452c

View File

@ -80,5 +80,6 @@ SECTIONS
/DISCARD/ : /DISCARD/ :
{ {
*(.eh_frame) *(.eh_frame)
*(.gcc_except_table)
} }
} }