Skip to content
Snippets Groups Projects
Verified Commit 025ec0de authored by Dan Robertson's avatar Dan Robertson
Browse files

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.
parent 578c5784
No related branches found
No related tags found
1 merge request!64Do not discard .debug section
......@@ -51,7 +51,6 @@ SECTIONS {
/DISCARD/ : {
*(.comment*)
*(.debug*)
*(.eh_frame*)
*(.gcc_except_table*)
*(.note*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment