Re: [fpc-devel] Question about $OPTIMIZATION LEVELn

2018-01-17 Thread Jonas Maebe
On 16/01/18 18:13, Martok wrote: Is there even a use case for the current behaviour? I.e., when would one actually mean -Oolevel3 instead of -O3? The LevelX switches are only intended for internal use by the compiler, and were never intended to be exposed. They should simply give a warning or

Re: [fpc-devel] Question about $OPTIMIZATION LEVELn

2018-01-17 Thread Martok
Am 17.01.2018 um 16:38 schrieb Jonas Maebe: > The LevelX switches are only intended for internal use by the compiler, > and were never intended to be exposed. Good, that's what I thought too. > The ability to have the equivalent of > -O1/-O2/-O3/-O4 in source code was never planned. Florian wrot