Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit 7e8debbad4 - Show all commits

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)
{