Want to see thread names also in RelWithDebInfo build
This commit is contained in:
parent
21724face7
commit
7e8debbad4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue