runtime: discard unnecessary sections.

This commit is contained in:
whitequark 2016-10-07 08:30:09 +00:00
parent 8eeb6ea1b9
commit 4d790b452c
1 changed files with 1 additions and 0 deletions

View File

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