Reduce binary sizes for the kernel and userspace apps
This commit is contained in:
@ -25,4 +25,12 @@ SECTIONS {
|
||||
. = ALIGN(4K);
|
||||
_bss_end = .;
|
||||
}
|
||||
|
||||
/DISCARD/ : {
|
||||
*(.eh_frame)
|
||||
*(.eh_frame_hdr)
|
||||
*(.gcc_except_table*)
|
||||
*(.note*)
|
||||
*(.comment)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user