mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
glibc: use build_with_debug() helper function
This commit is contained in:
parent
75a1f9e1d9
commit
e07b99db3f
@ -53,7 +53,7 @@ PKG_CONFIGURE_OPTS_TARGET="BASH_SHELL=/bin/sh \
|
|||||||
--enable-lock-elision \
|
--enable-lock-elision \
|
||||||
--disable-timezone-tools"
|
--disable-timezone-tools"
|
||||||
|
|
||||||
if [ "$DEBUG" = yes ]; then
|
if build_with_debug; then
|
||||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-debug"
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-debug"
|
||||||
else
|
else
|
||||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --disable-debug"
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --disable-debug"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user