No optimization as default

Started by czerny, January 20, 2015, 07:10:11 PM

Previous topic - Next topic

czerny


Vortex

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?
Code it... That's all...

czerny

Quote from: 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?
Yes!

Sam Steele

Always include this line:

#pragma optimize(none)


czerny

#4
Quote from: Sam Steele on January 27, 2015, 02:47:19 AM
Always include this line:
#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.