I am using Atmel Studio 7 and in that, optimization level is -O1. Can I check what portion of code is being optimized by the compiler itself? If I am disabling the optimization, my binary file size is of 12KB and on using optimization level -O1, binary file size if 5.5KB.
↧