From 46031a0540e58d4010c897afa4446053ccdf2b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= Date: Mon, 3 Mar 2014 22:12:25 +0100 Subject: [PATCH] posix: Disable debug output of pthreads `DEBUG_ENABLED` should be enabled during debugging, and disabled afterwards. --- sys/posix/pthread/pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/posix/pthread/pthread.c b/sys/posix/pthread/pthread.c index f3fb22d807..5f149dcbcc 100644 --- a/sys/posix/pthread/pthread.c +++ b/sys/posix/pthread/pthread.c @@ -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