This option enables or disables the removal of unused input
sections from the image. An input section is considered used if
it contains an entry point, or if it is referred to from a used
section.
Default
The default is --remove.
Usage
Use --no_remove when debugging to retain
all input sections in the final image even if they are unused.
Use --remove with the --keep option
to retain specific sections in a normal build.