diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:29:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:29:21 +0000 |
commit | 5b513293c05a50b37b9fdd16347baebd955cbbf9 (patch) | |
tree | 4a49a2eaa2fed91b1a4ae08d150de03dfb909573 /extra/Configs/Config.in | |
parent | a9936df5a8a276f3fa68dfa7ab761bdf7661fb49 (diff) |
add a new option for enabling pthreads debug output
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 10 |
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 |