FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 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> # include <pthread.h>
static void set_thread_name(const char* threadName) static void set_thread_name(const char* threadName)
{ {