Use --gc-sections to remove unused program sections

This commit is contained in:
Philipp Oppermann
2017-04-11 18:52:31 +02:00
parent 5d8758df59
commit ff623a90e3
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ SECTIONS {
.boot :
{
/* ensure that the multiboot header is at the beginning */
*(.multiboot_header)
KEEP(*(.multiboot_header))
}
.text :