--print-memory-usage linker flag not display evetytime building

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • --print-memory-usage linker flag not display evetytime building

      Hi,

      I have a Andes RISC-V project using HPM6364ep. It is using gcc compiler so the memory usage window is empty. I add "--print-memory-usage " to the Additional Linker Options, the memory usage showed only once at first, then it will not show up if there is no big change to the source file. Change variable or add function will not trigger it.

      How to make it display at everytime building ?