Want to see thread names also in RelWithDebInfo build

This commit is contained in:
Peter Conrad 2018-10-01 17:32:21 +02:00
parent 21724face7
commit 7e8debbad4

View file

@ -34,7 +34,7 @@ static void set_thread_name(const char* threadName)
{
}
}
#elif defined(__linux__) && !defined(NDEBUG)
#elif defined(__linux__)
# include <pthread.h>
static void set_thread_name(const char* threadName)
{