We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e759ca + 6b748f2 commit 1c872d4Copy full SHA for 1c872d4
programs/server/Server.cpp
@@ -1515,7 +1515,7 @@ int Server::main(const std::vector<std::string> & /*args*/)
1515
1516
/// Init trace collector only after trace_log system table was created
1517
/// Disable it if we collect test coverage information, because it will work extremely slow.
1518
-#if USE_UNWIND && !WITH_COVERAGE && defined(__x86_64__)
+#if USE_UNWIND && !WITH_COVERAGE
1519
/// Profilers cannot work reliably with any other libunwind or without PHDR cache.
1520
if (hasPHDRCache())
1521
{
0 commit comments