06-08-2022, 09:03 PM
> It might have been already faster at .042 secs before compile flag change at new? default -O2.
To clarify on this change, the default was and is still no optimization. If you check the box in the new dialog you'll use
> Thumbs up for this, @DSMan195276 are you going by different avatar name or were you at .org?
This is the same username I've kept, but I was around more in the .net days, I'm not sure I ever registered on the .org site. On Discord I'm 'offbyone', and on GitHub I'm just 'mkilgore'.
To clarify on this change, the default was and is still no optimization. If you check the box in the new dialog you'll use
-O2, or you can just write
-O3into the compiler flags dialog to use that instead.
> Thumbs up for this, @DSMan195276 are you going by different avatar name or were you at .org?
This is the same username I've kept, but I was around more in the .net days, I'm not sure I ever registered on the .org site. On Discord I'm 'offbyone', and on GitHub I'm just 'mkilgore'.