summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 33f4b5633..606878897 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1249,6 +1249,16 @@ config DODEBUG
Otherwise, answer N.
+config DODEBUG_PT
+ bool "Build pthread with debugging output"
+ depends on UCLIBC_HAS_THREADS
+ default n
+ help
+ Enable debug output in libpthread. This is only useful when doing
+ development in libpthread itself.
+
+ Otherwise, answer N.
+
config DOASSERTS
bool "Build uClibc with run-time assertion testing"
default n