blob: 4218bcb251fc1d9c32d5dc5db31fe8ec5263b41e [file] [log] [blame]
landley5257cf52006-10-31 23:30:06 -05001mainmenu "ToyBox Configuration"
2
3menu "Global settings"
4
Rob Landleyde05a702007-01-31 14:37:01 -05005config TOYBOX_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 Landleyde05a702007-01-31 14:37:01 -050015config TOYBOX_DEBUG
Rob Landley8324b892006-11-19 02:49:22 -050016 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