I compile under mingw from cygwin env. with -s -g0 options and link with wxWindows 2.2.9 from Bloodshed. I tested simple program (empty frame with titleBar only). According to wxwindows.org the program statically linked with wxWindows shoud be about 300-400KB, but on my env. it has more than 1MB.
So, is it a problem with compiler/linker efficiency or with wxWindows package prepared by Bloodshed?