diff --git a/db/metrics_reporter.cc b/db/metrics_reporter.cc index 2192dbf856..e7bf77c4e3 100644 --- a/db/metrics_reporter.cc +++ b/db/metrics_reporter.cc @@ -10,7 +10,7 @@ #include "util/logging.h" #ifdef WITH_BOOSTLIB -#define REPORT_DEBUG_STACKTRACE 1 +#define REPORT_DEBUG_STACKTRACE 0 #if REPORT_DEBUG_STACKTRACE #if defined(__APPLE__) #define _GNU_SOURCE