I read somewhere in this forum that adding -o2 to internal\c\makeline.win.txt would make the compiled executables to run faster, due to better code optimization.
So this got me thinking. Maybe there is a place where I can add upx %.exe (or whatever) to automatically compress the compiled executable, every time. It is most likely doable, I just don't know exactly how or where to add code to do it.