-
Notifications
You must be signed in to change notification settings - Fork 186
Closed
Description
I'm trying to optimize my binary size. For this, I override all default functions that I don't need with stubs. However, most of these symbols are still present in my binary. Is there a way to get rid of them?
As far as I can tell, using weak symbols could resolve this, but I don't know much about linking. (Incomplete) list of symbols that I'd like to get rid of:
__wfi__read_mhartid__read_mcausedefault_mp_hookDefaultExceptionHandlerDefaultInterruptHandlerdefault_setup_interruptsdefault_start_trap
Metadata
Metadata
Assignees
Labels
No labels