Hi again; On Wed, May 5, 2010 at 1:58 PM, Markus Goetz <[email protected]> wrote:
> ext İsmail Dönmez wrote: > >> Hi all; >> >> When I buid WebKit from source with debug enabled the QtWebKitd4.dll file >> is ~60mb which is huge. If you build WebKit inside Qt the debug dll size is >> ~20mb or so. Any idea what causes this big size change? >> >> P.S: I am building with Visual Studio 2005 >> >> Check the end of src/3rdparty/webkit/WebCore/WebCore.pro in the Qt source > where it says something about debug info. I see the problem now; separate_debug_info and no_debug_info directives are only defined for Unix so they won't work on Windows. Though this still does not explain how the Qt standalone build gets a smaller WebKit debug dll. Regards, ismail
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
