Files
Horizon-OC/Source/Atmosphere-MTC-Unlock/libraries/libstratosphere/discard-ehframe.ld
2025-11-09 15:44:33 -05:00

8 lines
161 B
Plaintext

SECTIONS
{
/* Discard .eh_frame section */
/DISCARD/ : { *(.group .comment .note .interp)
EXCLUDE_FILE(*crtbegin.o) *(.eh_frame_hdr .eh_frame)
}
}