<div dir="ltr"><div><div><div><div>Thank you for the quick response.<br></div>Sorry for the novice question,  but how can I turn off the debug build. Is this something from the qt configure script which will get propagated to webkit build, or something inside webkit?<br></div><br></div>Regards<br></div>Bobby<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 3, 2014 at 10:10 PM, Allan Sandfeld Jensen <span dir="ltr">&lt;<a href="mailto:kde@carewolf.com" target="_blank">kde@carewolf.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wednesday 03 December 2014, Bobby Philip wrote:<br>
&gt; Hi,<br>
&gt;  I have successfully built qtwebkit from the qt5.3 source tarball for a<br>
&gt; mips based platform.<br>
&gt; I see that the qtwebkit shared library size is around 600MB, which is an<br>
&gt; order of magnitude higher than what I remember for qt4.8<br>
&gt; Is this an expected size? Is is possible to configure it so that I can<br>
&gt; reduce the size, by maybe removing unwanted modules?<br>
&gt;<br>
</div></div>It sounds about right for a debug build or release build with debug-info. You<br>
can either disable debug info, or use the Qt separate-debug-info flag so the<br>
debug-symbols get separated into a separate library that you can leave on<br>
development machines for debugging but don&#39;t need to ship.<br>
<span class="HOEnZb"><font color="#888888"><br>
`Allan<br>
</font></span></blockquote></div><br></div>