Magnus Olsen wrote:
and release build should change from -Oz to -O3
to gain more speed. the size is not a issue make it faster.
if the exe file are large or smaller- the large one can be faster that the
small one.
I read somewhere that sometimes "optimized for size" is actually faster
than "optimized for speed" in modern processors.