mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39:16 +00:00
linker: Remove .note section from discard list
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -85,6 +85,5 @@ SECTIONS
|
||||
/DISCARD/ :
|
||||
{
|
||||
*(.comment*)
|
||||
*(.note*)
|
||||
}
|
||||
}
|
||||
|
@ -124,6 +124,5 @@ SECTIONS
|
||||
/DISCARD/ :
|
||||
{
|
||||
*(.comment*)
|
||||
*(.note*)
|
||||
}
|
||||
}
|
||||
|
@ -124,6 +124,5 @@ SECTIONS
|
||||
/DISCARD/ :
|
||||
{
|
||||
*(.comment*)
|
||||
*(.note*)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user