mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-14 13:56:06 -05:00
garbage collect sections when linking
This commit is contained in:
parent
0e404ac683
commit
bb1c5bba94
|
|
@ -1,7 +1,7 @@
|
|||
%rename link old_link
|
||||
|
||||
*link:
|
||||
%(old_link) -T 3dsx.ld%s -d --emit-relocs --use-blx
|
||||
%(old_link) -T 3dsx.ld%s -d --emit-relocs --use-blx --gc-sections
|
||||
|
||||
*startfile:
|
||||
3dsx_crt0%O%s crti%O%s crtbegin%O%s
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user