diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index a9f54ea..6ed9339 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -252,6 +252,10 @@ // compiled into the binary. (needs /proc filesystem) // #define BB_FEATURE_INSTALLER // +// Clean up all memory before exiting -- usually not needed +// as the OS can clean up... +//#define BB_FEATURE_CLEAN_UP +// // End of Features List // // |