posix: Disable debug output of pthreads

`DEBUG_ENABLED` should be enabled during debugging, and disabled
afterwards.
This commit is contained in:
René Kijewski 2014-03-03 22:12:25 +01:00
parent 63ab4510b3
commit 46031a0540

View File

@ -32,7 +32,7 @@
#include "pthread.h"
#define ENABLE_DEBUG (1)
#define ENABLE_DEBUG (0)
#if ENABLE_DEBUG
# define PTHREAD_REAPER_STACKSIZE KERNEL_CONF_STACKSIZE_MAIN