summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-01 01:08:58 (GMT)
committerGitHub <noreply@github.com>2016-12-01 01:08:58 (GMT)
commitf849de0de38b36d51477c633090a36a00696fdc6 (patch)
tree877ebf903140f91befd17c796f0b328b859c9fc2 /config/debug
parent699a54d8cedef2883ca6834feed99f8f2b077332 (diff)
parente082dd8991fcbdc4695de4ad513e10187e715a20 (diff)
Merge pull request #484 from stilor/fix-canadian
Fix canadian crosses
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/dmalloc.in1
-rw-r--r--config/debug/duma.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/debug/dmalloc.in b/config/debug/dmalloc.in
index fd3b49a..aae0e6e 100644
--- a/config/debug/dmalloc.in
+++ b/config/debug/dmalloc.in
@@ -1,6 +1,7 @@
# dmalloc debug facility
## depends on ! BACKEND
+## depends on ! BARE_METAL
##
## help dmalloc helps tracking memory allocation mis-usage
## help such as double-free, use-after-free...
diff --git a/config/debug/duma.in b/config/debug/duma.in
index 35f9e09..5f08087 100644
--- a/config/debug/duma.in
+++ b/config/debug/duma.in
@@ -1,6 +1,7 @@
# D.U.M.A. - Detect Unintended Memory Access - Memory checker
## depends on ! BACKEND
+## depends on ! BARE_METAL
## help D.U.M.A. - Detect Unintended Memory Access
## help A memory bound checker, with additional features.