Question
Difference between compiler optimization -O0 and -Og
Hello everyone,
what are the differences (regarding the debugging limitation) between the compiler options -O0 ( no optimization) and -Og ( optimized for debug) in STM32CubeIde (v 1.14.1) ?
Thanks