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 726c19f commit 6ebbd9fCopy full SHA for 6ebbd9f
src/engine/framework/System.cpp
@@ -602,7 +602,8 @@ static void Init(int argc, char** argv)
602
#endif
603
604
// Print a banner and a copy of the command-line arguments
605
- 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__);
606
+
607
std::string argsString = "cmdline:";
608
for (int i = 1; i < argc; i++) {
609
argsString.push_back(' ');
0 commit comments