Why are the (static) Qt debug libraries smaller than the (static) release libraries?
E.g. qtmain.lib is 1019kb while qtmaind.lib is 64kb?
The trend is consistent for all libs, it seems.
I would expect the opposite?
Platform: win32-msvc2008
configure -debug-and-release -static -no-webkit
nmake sub-src
Bookmarks