9.2.15 --gc-sections
Remove unused (dead) functions from code at link time.
Support is for ELF projects only. In order to make the best use of this feature, add the -ffunction-sections
option to the compiler command line.
--gc-sections
Remove unused (dead) functions from code at link time.
Support is for ELF projects only. In order to make the best use of this feature, add the -ffunction-sections
option to the compiler command line.