NO

Author Topic: No optimization as default  (Read 4222 times)

czerny

  • Guest
No optimization as default
« on: January 20, 2015, 07:10:11 PM »
The subject says it all.

Offline Vortex

  • Member
  • *
  • Posts: 797
    • http://www.vortex.masmcode.com
Re: No optimization as default
« Reply #1 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?
Code it... That's all...

czerny

  • Guest
Re: No optimization as default
« Reply #2 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!

Sam Steele

  • Guest
Re: No optimization as default
« Reply #3 on: January 27, 2015, 02:47:19 AM »
Always include this line:

Code: [Select]
#pragma optimize(none)

czerny

  • Guest
Re: No optimization as default
« Reply #4 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.
« Last Edit: January 27, 2015, 10:04:49 AM by czerny »