On Tue, Apr 13, 2010 at 1:27 PM, Pavel Shevaev <[email protected]>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
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
