diff --git a/src/main.cpp b/src/main.cpp index adc37f969..2882842ae 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1831,6 +1831,9 @@ __start_label: std::cerr << "Main init phase3 completed in "; #endif } +#ifdef DEBUG + std::cerr << "WARNING: this is a DEBUG release and can be slow or perform poorly. Do not use it in production" << std::endl; +#endif { unsigned int missed_heartbeats = 0;