Remove build date/time from diagnostic message
This message does not really help, and makes the binary non-deterministic.
This commit is contained in:
@@ -122,8 +122,6 @@ int CmdDiagnostics::execute (std::string& output)
|
|||||||
out << bold.colorize ("Build Features")
|
out << bold.colorize ("Build Features")
|
||||||
<< '\n'
|
<< '\n'
|
||||||
|
|
||||||
// Build date.
|
|
||||||
<< " Built: " << __DATE__ << ' ' << __TIME__ << '\n'
|
|
||||||
#ifdef HAVE_COMMIT
|
#ifdef HAVE_COMMIT
|
||||||
<< " Commit: " << COMMIT << '\n'
|
<< " Commit: " << COMMIT << '\n'
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user