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.
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…