This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AC6 unknown compiler flag called --feedback

Did AC6 remove --feedback option from linker optimization?

I am getting an error finding replacement for this feature that removed unused section list from the final binary.

Parents
  • I needed to read more on --feedback, and as you mentioned, linker does not do the lifting here. Thanks for mentioning that.

    I am now migrating the feedback feature to lto.

    Can you share a page on ARM documentation where to find a note that says that --feedback option is no longer supported by AC6. This will greatly help me link webpage for my own reference and documentation. Thank you so much!

Reply
  • I needed to read more on --feedback, and as you mentioned, linker does not do the lifting here. Thanks for mentioning that.

    I am now migrating the feedback feature to lto.

    Can you share a page on ARM documentation where to find a note that says that --feedback option is no longer supported by AC6. This will greatly help me link webpage for my own reference and documentation. Thank you so much!

Children