• Why not include GCC's link time optimization?

    FormerMember
    FormerMember
    Greetings, As mentioned in this blog post, GCC compiler -flto flag isn't mysteriously present since SDK 9. devzone.nordicsemi.com/.../ Any specific reason for this? Thanks.
  • pstorage_clear return with gcc compiler -o1 but -o3

    I found a strange phenomenon with sdk 8.1. If I use arm gcc compiler to compile code containing pstorage operation, functions like pstorage_clear will not return though the call back function is still called. Finally, I found if the optimize option…