mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-11 05:50:17 +00:00
[build] Discard junk sections created by newer gcc versions
This commit is contained in:
@@ -149,7 +149,13 @@ SECTIONS {
|
||||
|
||||
/DISCARD/ : {
|
||||
*(.comment)
|
||||
*(.comment.*)
|
||||
*(.note)
|
||||
*(.note.*)
|
||||
*(.eh_frame)
|
||||
*(.eh_frame.*)
|
||||
*(.rel)
|
||||
*(.rel.*)
|
||||
}
|
||||
|
||||
/*
|
||||
|
@@ -145,7 +145,13 @@ SECTIONS {
|
||||
|
||||
/DISCARD/ : {
|
||||
*(.comment)
|
||||
*(.comment.*)
|
||||
*(.note)
|
||||
*(.note.*)
|
||||
*(.eh_frame)
|
||||
*(.eh_frame.*)
|
||||
*(.rel)
|
||||
*(.rel.*)
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user