From 7e8debbad41b17420535c1faa787127c1db4aed2 Mon Sep 17 00:00:00 2001 From: Peter Conrad Date: Mon, 1 Oct 2018 17:32:21 +0200 Subject: [PATCH] Want to see thread names also in RelWithDebInfo build --- src/thread/thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {