mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 19:26:50 +00:00
Merge pull request #5119 from HiassofT/le10-valgrind
allow including valgrind in non-debug builds
This commit is contained in:
commit
a5efce2820
@ -21,7 +21,7 @@ if [ "${VAAPI_SUPPORT}" = "yes" ]; then
|
|||||||
PKG_DEPENDS_TARGET+=" libva-utils"
|
PKG_DEPENDS_TARGET+=" libva-utils"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if build_with_debug && [ "${VALGRIND}" = "yes" ]; then
|
if [ "${VALGRIND}" = "yes" ]; then
|
||||||
PKG_DEPENDS_TARGET+=" valgrind"
|
PKG_DEPENDS_TARGET+=" valgrind"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -60,10 +60,6 @@
|
|||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
# build debug with valgrind (yes / no)
|
|
||||||
# Increases image size significantly
|
|
||||||
VALGRIND="no"
|
|
||||||
|
|
||||||
# additional drivers to install:
|
# additional drivers to install:
|
||||||
# for a list of additional drivers see packages/linux-drivers
|
# for a list of additional drivers see packages/linux-drivers
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -101,10 +101,6 @@
|
|||||||
# 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"
|
||||||
|
|
||||||
|
@ -62,10 +62,6 @@
|
|||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
# build debug with valgrind (yes / no)
|
|
||||||
# Increases image size significantly
|
|
||||||
VALGRIND="no"
|
|
||||||
|
|
||||||
# additional packages to install:
|
# additional packages to install:
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
|
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user