We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098edeb commit 4313b20Copy full SHA for 4313b20
src/engine/framework/System.cpp
@@ -681,7 +681,8 @@ static void Init(int argc, char** argv)
681
#endif
682
683
// Print a banner and a copy of the command-line arguments
684
- Log::Notice(Q3_VERSION " " PLATFORM_STRING " " XSTRING(ARCH_STRING) " " __DATE__);
+ Log::Notice(Q3_VERSION " " PLATFORM_STRING " " XSTRING(ARCH_STRING) " (" XSTRING(DAEMON_CXX_COMPILER_STRING) ") " __DATE__);
685
+
686
std::string argsString = "cmdline:";
687
for (int i = 1; i < argc; i++) {
688
argsString.push_back(' ');
0 commit comments