mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET vdpauinfo"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DEBUG" = "yes" ]; then
|
if [ "$DEBUG" = "yes" -a "$VALGRIND" = "yes" ]; then
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET valgrind"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET valgrind"
|
||||||
fi
|
fi
|
||||||
|
@ -129,6 +129,10 @@
|
|||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
|
# build debug with valgrind (yes / no)
|
||||||
|
# Not available for armv6. Increases image size significantly
|
||||||
|
VALGRIND="no"
|
||||||
|
|
||||||
# kernel image name
|
# kernel image name
|
||||||
KERNEL_NAME="kernel.img"
|
KERNEL_NAME="kernel.img"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user