diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-14 18:32:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-17 18:15:58 +0100 |
commit | 0c8cc6e7ebfcdbcce8b06d284a74addbc7ba1c99 (patch) | |
tree | 59903a017f0e82ecafdcb026341bb62579dbb780 /extra | |
parent | 07dfe7c86bd61382098b2ef74afe49ab6ac598c3 (diff) |
libdl: remove LDSO_NO_CLEANUP
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index fcaa1a7fa..74439038f 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -470,17 +470,6 @@ config LDSO_LD_LIBRARY_PATH If unsure, simply say Y here. -config LDSO_NO_CLEANUP - bool "Disable automatic unloading of dynamically loaded shared objects" - depends on HAVE_SHARED - help - If you need complete allocation traces when debugging memory leaks - using Valgrind in a process that dynamically loads shared objects, - then answer Y here. Unlike glibc, uClibc unloads all dynamically - loaded shared objects when a process exits, which prevents Valgrind - from correctly resolving the symbols from the unloaded shared objects. - Unless you know you need this, you should answer N. - config UCLIBC_CTOR_DTOR bool default y |