mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
e7deac3aad
Signed-off-by: Alexey Neyman <stilor@att.net>
23 lines
524 B
Plaintext
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
|