mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
debug: make valgrind optional, disabled by default, not available for armv6
This commit is contained in:
parent
3f3017080e
commit
d6f3fb1d7e
@ -38,6 +38,6 @@ if [ "$VDPAU_SUPPORT" = "yes" -a "$DISPLAYSERVER" = "x11" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET vdpauinfo"
|
||||
fi
|
||||
|
||||
if [ "$DEBUG" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET valgrind"
|
||||
if [ "$DEBUG" = "yes" -a "$VALGRIND" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET valgrind"
|
||||
fi
|
||||
|
@ -129,6 +129,10 @@
|
||||
# build with installer (yes / no)
|
||||
INSTALLER_SUPPORT="no"
|
||||
|
||||
# build debug with valgrind (yes / no)
|
||||
# Not available for armv6. Increases image size significantly
|
||||
VALGRIND="no"
|
||||
|
||||
# kernel image name
|
||||
KERNEL_NAME="kernel.img"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user