| |||
| Home > Linker command-line options > --feedback=filename | |||
This option generates a feedback file for input to the compiler. This file informs the compiler about unused functions.
During your next compilation, use the compiler option --feedback=to
specify the feedback file to use. Unused functions are then placed
in their own sections for possible future elimination by the linker.filename
Using the Linker: