[CMake] Why not showing date/time for each operation in VERBOSE=1 mode?

James Bigler jamesbigler at gmail.com
Tue Apr 13 22:57:56 EDT 2010


On Tue, Apr 13, 2010 at 1:27 PM, Pavel Shevaev <pacha.shevaev at gmail.com>wrote:

> Folks, I'm trying to see how misc. gcc flags affect compile times for
> different compilation units and it would be really nice if cmake's
> VERBOSE=1 mode showed date/time against each operation it performed.
>
> --
> Best regards, Pavel
>

Could you change the compiler from gcc to 'time gcc'?

Additionally perhaps specifying add_custom_command for relevant targets with
PRE_BUILD and POST_BUILD calls to 'date' would be helpful.

James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100413/2d8e65a2/attachment.htm>


More information about the CMake mailing list