Hi,
I found out that sometime in the clash of code “shortest” mode we get a popup warning when we submit fast enought to tell us to be carefull, it’s shortest code mode and not fastest.
But the thing is, when we have some difficulty solving the problem and take some time to just solve it without taking care of the code length, we sometime forget that it’s shortest mode and submit anyway with all de comments and debug code present. I dont have to say that, no code size optimisation is donne in that time.
So the request would be to always show that warning on sbumit when in shortest mode to prevent this error when the mode change on every CoC we do.