On Tue, Apr 13, 2010 at 1:27 PM, Pavel Shevaev <span dir="ltr"><<a href="mailto:pacha.shevaev@gmail.com">pacha.shevaev@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Folks, I'm trying to see how misc. gcc flags affect compile times for<br>
different compilation units and it would be really nice if cmake's<br>
VERBOSE=1 mode showed date/time against each operation it performed.<br>
<br>
--<br>
Best regards, Pavel<br></blockquote><div><br>Could you change the compiler from gcc to 'time gcc'?<br>
<br>
Additionally perhaps specifying add_custom_command for relevant targets
with PRE_BUILD and POST_BUILD calls to 'date' would be helpful.<br>
<br>
James<br><br> </div></div>