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 04061d7 commit 314717dCopy full SHA for 314717d
game.lds
@@ -23,16 +23,15 @@ SECTIONS
23
*(.data*)
24
*(.bss*)
25
*(COMMON*)
26
+ . = ALIGN(4);
27
PROVIDE(__ram_end__ = .);
28
PROVIDE(end = .);
29
}
30
31
+ /DISCARD/ :
32
+ {
33
+ *(.discard*)
34
+ *(.comment*)
35
+ }
36
-
-/DISCARD/ :
- {
- *(.discard)
- *(.comment)
37
- }
38
0 commit comments