pass ARCH down to uClibc
[buildroot.git] / package / dmalloc / Config.in
blobd8784e7823ec4a05ff454ad12215d9bf0bc2e23f
1 config BR2_PACKAGE_DMALLOC
2         bool "dmalloc"
3         default n
4         help
5           A debug memory allocation library which is a drop in replacement for
6           the system's malloc, realloc, calloc, free and other memory management
7           routines while providing powerful debugging facilities configurable at
8           runtime.
10           http://dmalloc.com/