posix: Disable debug output of pthreads
`DEBUG_ENABLED` should be enabled during debugging, and disabled afterwards.
This commit is contained in:
parent
63ab4510b3
commit
46031a0540
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#include "pthread.h"
|
#include "pthread.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (1)
|
#define ENABLE_DEBUG (0)
|
||||||
|
|
||||||
#if ENABLE_DEBUG
|
#if ENABLE_DEBUG
|
||||||
# define PTHREAD_REAPER_STACKSIZE KERNEL_CONF_STACKSIZE_MAIN
|
# define PTHREAD_REAPER_STACKSIZE KERNEL_CONF_STACKSIZE_MAIN
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user