<div dir="ltr"><div><div><div><div><div><div><div>I have changed my qt configure script to use -release instead of -debug.<br></div>When  the build reaches webkit,  I see the configuration printed out:<br><br>Final configuration:<br><br>Build ......................... webkit1<br>Configuration ................. debug/release<br>All-in-one files .............. no<br>GNUmake ....................... yes<br>Static libs as shared ......... no<br>Static libs as thin archives .. yes<br>Production build .............. yes<br><br></div>Is the Configuration debug/release normal incase I only want the release version to reduce the size of the binary<br><br></div>Also in the  section<br>Have .......................... qtprintsupport qstyle qttestlib qtpositioning qtsensors qttestsupport<br><br></div>Is it possible to selectively disable some modules, for example in my platform I wont need print and positioning for sure.<br><br></div>Thanks again for your support<br><br></div>Regards<br></div>Bobby<br><div><div><div><div><div><br></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 3, 2014 at 10:51 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"><span class="">On Wednesday 03 December 2014, Bobby Philip wrote:<br>
</span><span class="">&gt; Thank you for the quick response.<br>
&gt; Sorry for the novice question,  but how can I turn off the debug build. Is<br>
&gt; this something from the qt configure script which will get propagated to<br>
&gt; webkit build, or something inside webkit?<br>
&gt;<br>
</span>You configure Qt with either -debug or -release to get respectively debug and<br>
release build. In addition you can configure release builds with -force-debug-<br>
info and -separate-debug-info to generate separate debug-info libraries for<br>
release builds.<br>
<span class="HOEnZb"><font color="#888888"><br>
`Allan<br>
</font></span></blockquote></div><br></div>