summaryrefslogtreecommitdiff
path: root/config/debug/duma.in
blob: c837c65e5def1d151299f0a0cd731956d56d0491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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