Mercurial > hg > toybox
view Config.in @ 14:f8e628f61f16
Make the config generate gen_config.h with CFG_ and USE() macros.
Add distclean. Make clean have double colons so the kconfig makefile's
clean matches.
author | Rob Landley <rob@landley.net> |
---|---|
date | Wed, 01 Nov 2006 22:26:25 -0500 |
parents | 66e7b6eaa2e2 |
children | f4c02f7cd5a5 |
line wrap: on
line source
mainmenu "ToyBox Configuration" menu "Global settings" config TOYS_FREE bool "Free memory unnecessarily" default n help When a program exits, the operating system will clean up after it (free memory, close files, etc). To save size, toybox usually relies on this behavior. If you're running toybox under a debugger or without a real OS (ala newlib+libgloss), enable this to make toybox clean up after itself. endmenu source lib/Config.in