Do not discard .debug section

Do not discard the .debug section. If the builder would like to discard
this section, they can do so explicitly with objcopy.
This commit is contained in:
Dan Robertson
2017-12-02 19:38:16 +00:00
parent 578c57840a
commit 025ec0def2

View File

@@ -51,7 +51,6 @@ SECTIONS {
/DISCARD/ : {
*(.comment*)
*(.debug*)
*(.eh_frame*)
*(.gcc_except_table*)
*(.note*)