<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: One small hint for compilation time</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>My goal is not to speed up compilation by 1/3, but to spped up compilation time.</FONT>
</P>

<P><FONT SIZE=2>Last time I have compiled kde 3.2.1 I have used -Os (with gcc 3.3.3), not -O2 neither -O3.</FONT>
</P>

<P><FONT SIZE=2>Disabling the -Wall is as speedy as redirecting the stderr and stdout to &gt;/dev/null ?</FONT>
</P>

<P><FONT SIZE=2>Regards.</FONT>
</P>

<P><FONT SIZE=2>&gt; De: Luciano Montanaro [<A HREF="mailto:mikelima@virgilio.it">mailto:mikelima@virgilio.it</A>]</FONT>
<BR><FONT SIZE=2>&gt; Enviado el: lunes, 22 de marzo de 2004 12:14</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; On Monday 22 March 2004 11:57, Dirk Mueller wrote:</FONT>
<BR><FONT SIZE=2>&gt; &gt; On Monday 22 March 2004 10:41, Luciano Montanaro wrote:</FONT>
<BR><FONT SIZE=2>&gt; &gt; </FONT>
<BR><FONT SIZE=2>&gt; &gt; &gt; You may want to disable (or lower to just -O1) </FONT>
<BR><FONT SIZE=2>&gt; optimizations, however.</FONT>
<BR><FONT SIZE=2>&gt; &gt; </FONT>
<BR><FONT SIZE=2>&gt; &gt; So that it runs even slower on a slow machine? Great optimisation!</FONT>
<BR><FONT SIZE=2>&gt; &gt; </FONT>
<BR><FONT SIZE=2>&gt; &gt; --disable-warnings should do what he wants. </FONT>
<BR><FONT SIZE=2>&gt; &gt; </FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Well, Jaime said he wanted to speed up compilation by 1/3.</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Do you think disabling warnings would do that? I seriously doubt it.</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; The warning are for the most part a side-effect of the </FONT>
<BR><FONT SIZE=2>&gt; optimization analysis.</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; If compilation speed is the important factor, then reducing </FONT>
<BR><FONT SIZE=2>&gt; the optimizations</FONT>
<BR><FONT SIZE=2>&gt; can really help. </FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Luciano </FONT>
<BR><FONT SIZE=2>&gt;&nbsp; </FONT>
<BR><FONT SIZE=2>&gt; _______________________________________________</FONT>
<BR><FONT SIZE=2>&gt; Kde-optimize mailing list</FONT>
<BR><FONT SIZE=2>&gt; Kde-optimize@kde.org</FONT>
<BR><FONT SIZE=2>&gt; <A HREF="https://mail.kde.org/mailman/listinfo/kde-optimize" TARGET="_blank">https://mail.kde.org/mailman/listinfo/kde-optimize</A></FONT>
<BR><FONT SIZE=2>&gt; </FONT>
</P>

</BODY>
</HTML>