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")
|
||||
<< '\n'
|
||||
|
||||
// Build date.
|
||||
<< " Built: " << __DATE__ << ' ' << __TIME__ << '\n'
|
||||
#ifdef HAVE_COMMIT
|
||||
<< " Commit: " << COMMIT << '\n'
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user