blob: 8cbc24170003e829b96e3002cc49c0660d6a62cf (
plain)
1
2
3
4
5
6
7
8
|
config BR2_PACKAGE_VALGRIND
bool "valgrind"
default n
depends on BR2_i386 || BR2_powerpc || BR2_x86_64
help
Tool for debugging and profiling Linux programs.
http://valgrind.kde.org/
|