Pelles C forum

Pelles C => Feature requests => Topic started by: czerny on January 20, 2015, 07:10:11 PM

Title: No optimization as default
Post by: czerny on January 20, 2015, 07:10:11 PM
The subject says it all.
Title: Re: No optimization as default
Post by: Vortex on January 20, 2015, 08:51:04 PM
The default setting in the IDE :

Optimizations : Maximize speed

Could you give more details about your request? Would you like to start a project with the optimizations turned off?
Title: Re: No optimization as default
Post by: czerny on January 20, 2015, 09:01:53 PM
The default setting in the IDE :

Optimizations : Maximize speed

Could you give more details about your request? Would you like to start a project with the optimizations turned off?
Yes!
Title: Re: No optimization as default
Post by: Sam Steele on January 27, 2015, 02:47:19 AM
Always include this line:

Code: [Select]
#pragma optimize(none)
Title: Re: No optimization as default
Post by: czerny on January 27, 2015, 10:02:07 AM
Always include this line:
Code: [Select]
#pragma optimize(none)
Sure, I can always do this myself. But that is that what I not longer want to do!

May be at some day in the futur, when the optimizer has not as many failures, we should change that back.