linker: Remove .note section from discard list

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-01-04 04:20:27 +02:00
parent e23e793574
commit b3f304f2c5
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A
3 changed files with 0 additions and 3 deletions

View File

@ -85,6 +85,5 @@ SECTIONS
/DISCARD/ :
{
*(.comment*)
*(.note*)
}
}

View File

@ -124,6 +124,5 @@ SECTIONS
/DISCARD/ :
{
*(.comment*)
*(.note*)
}
}

View File

@ -124,6 +124,5 @@ SECTIONS
/DISCARD/ :
{
*(.comment*)
*(.note*)
}
}