summaryrefslogtreecommitdiff
path: root/config/debug/duma.in
blob: 374339d494ece8aa31e3248e66ec30011223bb35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# D.U.M.A. - Detect Unintended Memory Access - Memory checker

## depends on ! BACKEND

## help D.U.M.A. - Detect Unintended Memory Access
## help A memory bound checker, with additional features.
## help Formerly known as Electric Fence.

config DUMA_A
    bool
    prompt "Build a static library"
    default y

config DUMA_SO
    bool
    prompt "Build a shared library"
    default y if SHARED_LIBS

choice
    bool
    prompt "D.U.M.A. version"
# Don't remove next line
# CT_INSERT_VERSION_BELOW

config DUMA_V_2_5_15
    bool
    prompt "2_5_15"

endchoice

config DUMA_VERSION
    string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
    default "2_5_15" if DUMA_V_2_5_15