diff --git a/src/thread/thread.cpp b/src/thread/thread.cpp index 7ca01f2..4da20b3 100644 --- a/src/thread/thread.cpp +++ b/src/thread/thread.cpp @@ -34,7 +34,7 @@ static void set_thread_name(const char* threadName) { } } -#elif defined(__linux__) && !defined(NDEBUG) +#elif defined(__linux__) # include static void set_thread_name(const char* threadName) {