mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 15:27:16 +00:00
14 lines
503 B
Plaintext
14 lines
503 B
Plaintext
config BR2_PACKAGE_DMALLOC
|
|
bool "dmalloc"
|
|
# On some packages, Microblaze gcc has issues when debugging
|
|
# symbols are enabled: "Error: operation combines symbols in
|
|
# different segments".
|
|
depends on !(BR2_microblaze && BR2_ENABLE_DEBUG)
|
|
help
|
|
A debug memory allocation library which is a drop in
|
|
replacement for the system's malloc, realloc, calloc, free and
|
|
other memory management routines while providing powerful
|
|
debugging facilities configurable at runtime.
|
|
|
|
http://dmalloc.com/
|