crosstool-ng/config/debug/duma.in
Alexey Neyman e7deac3aad Switch comp.libs/tools and debug to new framework.
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08 10:57:56 -07:00

23 lines
524 B
Plaintext

# D.U.M.A. - Detect Unintended Memory Access - Memory checker
## depends on ! BARE_METAL
## depends on ! LIBC_bionic
## help D.U.M.A. - Detect Unintended Memory Access
## help A memory bound checker, with additional features.
## help Formerly known as Electric Fence.
source "config/versions/duma.in"
config DUMA_SO
bool
prompt "Build a shared library"
depends on SHARED_LIBS
default y
config DUMA_CUSTOM_WRAPPER
bool
prompt "Install custom D.U.M.A wrapper"
default y
depends on DUMA_SO