mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-04-19 12:07:18 +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"
|
||||
fi
|
||||
|
||||
if build_with_debug && [ "${VALGRIND}" = "yes" ]; then
|
||||
if [ "${VALGRIND}" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET+=" valgrind"
|
||||
fi
|
||||
|
||||
|
@ -60,10 +60,6 @@
|
||||
# build with installer (yes / no)
|
||||
INSTALLER_SUPPORT="no"
|
||||
|
||||
# build debug with valgrind (yes / no)
|
||||
# Increases image size significantly
|
||||
VALGRIND="no"
|
||||
|
||||
# additional drivers to install:
|
||||
# for a list of additional drivers see packages/linux-drivers
|
||||
# Space separated list is supported,
|
||||
|
@ -101,10 +101,6 @@
|
||||
# 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"
|
||||
|
||||
|
@ -62,10 +62,6 @@
|
||||
# build with installer (yes / no)
|
||||
INSTALLER_SUPPORT="no"
|
||||
|
||||
# build debug with valgrind (yes / no)
|
||||
# Increases image size significantly
|
||||
VALGRIND="no"
|
||||
|
||||
# additional packages to install:
|
||||
# Space separated list is supported,
|
||||
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user