Reputation: 123
I have a problem when i'm using static functions because after rebuild/build the compiler does not generate the object code of this functions ( i see that because assembler code of this functions is not generated in .lss file ). How can i disable compiler optimization to avoid this issue.
Upvotes: 0
Views: 5032
Reputation: 41
Apparently the link above is broken/no longer pointing to the document. To help others (and my future self): Disable Optimization in Atmel Studio / Microchip Studio:
Upvotes: 2
Reputation: 16
Please see the following link.
Under the Toolchain settings of the current project you can select the optimization via a simple drop-down list.
Upvotes: 0