aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/Config.in b/Config.in
index 0afc34a94..070085b94 100644
--- a/Config.in
+++ b/Config.in
@@ -80,10 +80,12 @@ config CONFIG_FEATURE_CLEAN_UP
80 bool "Clean up all memory before exiting (usually not needed)" 80 bool "Clean up all memory before exiting (usually not needed)"
81 default n 81 default n
82 help 82 help
83 As a size optimization, busybox by default does not cleanup memory 83 As a size optimization, busybox normally exits without explicitly
84 that is dynamically allocated or close files before exiting. This 84 freeing dynamically allocated memory or closing files. This saves
85 saves space and is usually not needed since the OS will clean up for 85 space since the OS will clean up for us, but it can confuse debuggers
86 us. Don't enable this unless you have a really good reason to clean 86 like valgrind, which report tons of memory and resource leaks.
87
88 Don't enable this unless you have a really good reason to clean
87 things up manually. 89 things up manually.
88 90
89config CONFIG_FEATURE_SUID 91config CONFIG_FEATURE_SUID