blob: 51b3cdaf5fe48b498d22c9076223086b2fd5b6e8 [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
Rob Landley8324b892006-11-19 02:49:22 -050015config DEBUG
16 bool "Debugging tests"
17 default n
18 help
19 Enable extra checks for debugging purposes.
20
landley5257cf52006-10-31 23:30:06 -050021endmenu
22
Rob Landley3c49a452006-11-02 11:20:53 -050023source toys/Config.in