I's using arm-none-eabi-gcc 9.2.1 to develop programs for Cortex-M0, I found that the option -fstack-usage does not work if -flto is used. Is it possible to do static stack usage analyze when link-time-optimization is enabled?
↧
I's using arm-none-eabi-gcc 9.2.1 to develop programs for Cortex-M0, I found that the option -fstack-usage does not work if -flto is used. Is it possible to do static stack usage analyze when link-time-optimization is enabled?