Should compiler option optimization be turned off?

delphi package - automated exception handling
Post Reply
jcta
Posts: 4
Joined: Wed Aug 30, 2017 6:50 pm

Should compiler option optimization be turned off?

Post by jcta »

I've been using MadExcept for years and I've always set delphi compiler optimization off? Is that really necessary? It seems i read it was once but I cannot find that now. BTW, also it would be helpful to know what else should be turned on/off. Is there a reference link somewhere, that I've missed?

thanks
John
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Should compiler option optimization be turned off?

Post by madshi »

You don't have to turn off optimization. As long as you compile inside of the IDE, you should be able to use whatever compiler & linker settings you like. madExcept will automatically adjust all the settings it needs.
jcta
Posts: 4
Joined: Wed Aug 30, 2017 6:50 pm

Re: Should compiler option optimization be turned off?

Post by jcta »

thank you!

John
Post Reply