From 3672ed0c1b0c63a15fe33f8a1fc1d29681e1c74b Mon Sep 17 00:00:00 2001 From: oxalica Date: Thu, 3 Jun 2021 01:00:31 +0800 Subject: [PATCH] Remove build date/time from diagnostic message This message does not really help, and makes the binary non-deterministic. --- src/commands/CmdDiagnostics.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands/CmdDiagnostics.cpp b/src/commands/CmdDiagnostics.cpp index a2b2435c1..b4ba3d8a5 100644 --- a/src/commands/CmdDiagnostics.cpp +++ b/src/commands/CmdDiagnostics.cpp @@ -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