mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #959 from CvH/fix_debug_aarch64
mysql: fixes debug build for aarch64
This commit is contained in:
commit
be747f5d82
@ -58,6 +58,12 @@ PKG_CMAKE_OPTS_HOST="-DCMAKE_BUILD_TYPE=Release \
|
||||
-DWITH_UNIT_TESTS=OFF \
|
||||
-DWITH_ZLIB=bundled"
|
||||
|
||||
if [ "$DEBUG" = yes -a "$TARGET_ARCH" = aarch64 ]; then
|
||||
pre_configure_target() {
|
||||
strip_lto
|
||||
}
|
||||
fi
|
||||
|
||||
make_host() {
|
||||
make comp_err
|
||||
make gen_lex_hash
|
||||
|
Loading…
x
Reference in New Issue
Block a user