mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
mysql: use build_with_debug() helper function
This commit is contained in:
parent
18337762d0
commit
9dd6be587a
@ -55,7 +55,7 @@ PKG_CMAKE_OPTS_HOST="-DCMAKE_BUILD_TYPE=Release \
|
|||||||
-DWITH_UNIT_TESTS=OFF \
|
-DWITH_UNIT_TESTS=OFF \
|
||||||
-DWITH_ZLIB=bundled"
|
-DWITH_ZLIB=bundled"
|
||||||
|
|
||||||
if [ "$DEBUG" = yes -a "$TARGET_ARCH" = aarch64 ]; then
|
if build_with_debug && [ "$TARGET_ARCH" = aarch64 ]; then
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
strip_lto
|
strip_lto
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user