blob: b26f94baa00b20b86f0cbb92d34a6283da1d7ca4 [file] [log] [blame]
landley5257cf52006-10-31 23:30:06 -05001mainmenu "ToyBox Configuration"
2
3menu "Global settings"
4
landley6ccb1b72006-11-01 21:12:20 -05005config TOYS_FREE
landley5257cf52006-10-31 23:30:06 -05006 bool "Free memory unnecessarily"
7 default n
8 help
9 When a program exits, the operating system will clean up after it
10 (free memory, close files, etc). To save size, toybox usually relies
11 on this behavior. If you're running toybox under a debugger or
12 without a real OS (ala newlib+libgloss), enable this to make toybox
13 clean up after itself.
14
15endmenu
16
Rob Landley3c49a452006-11-02 11:20:53 -050017source toys/Config.in