We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25f078 commit 398577aCopy full SHA for 398577a
rpi-5-blink/link.ld
@@ -14,6 +14,6 @@ SECTIONS
14
}
15
_end = .;
16
17
- /DISCARD/ : { *(.comment) *(.gnu*) *(.note*) *(.eh_frame*) }
+ /DISCARD/ : { *(.comment) *(.gnu*) *(.note*) *(.eh_frame*) *(.swift_modhash) }
18
19
__bss_size = (__bss_end - __bss_start)>>3;
0 commit comments