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:
@@ -51,7 +51,6 @@ SECTIONS {
|
||||
|
||||
/DISCARD/ : {
|
||||
*(.comment*)
|
||||
*(.debug*)
|
||||
*(.eh_frame*)
|
||||
*(.gcc_except_table*)
|
||||
*(.note*)
|
||||
|
||||
Reference in New Issue
Block a user