linker: Remove .note section from discard list

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-01-04 04:20:27 +02:00
parent e23e793574
commit b3f304f2c5
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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