projects
/
rtos
/
tinyara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8e505
)
add DEBUG condition to select debug configuration by default
author
sunghan
<sh924.chang@samsung.com>
Tue, 4 Apr 2017 06:52:17 +0000
(15:52 +0900)
committer
sunghan
<sh924.chang@samsung.com>
Tue, 4 Apr 2017 06:52:17 +0000
(15:52 +0900)
DEBUG_MM_HEAPINFO can be enabled when DEBUG is enabled.
warning: (ENABLE_HEAPINFO) selects DEBUG_MM_HEAPINFO which has unmet direct dependencies (DEBUG)
apps/system/utils/Kconfig
patch
|
blob
|
history
diff --git
a/apps/system/utils/Kconfig
b/apps/system/utils/Kconfig
index
2b3d9a9
..
35b6e2c
100644
(file)
--- a/
apps/system/utils/Kconfig
+++ b/
apps/system/utils/Kconfig
@@
-77,7
+77,7
@@
config ENABLE_HEAPINFO
bool "heapinfo"
default y
depends on !BUILD_PROTECTED
- select DEBUG_MM_HEAPINFO
+ select DEBUG_MM_HEAPINFO
if DEBUG
---help---
Show information about memory status per thread