mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 03:06:49 +00:00
kodi: build with GOLD linker
This commit is contained in:
parent
8e797eff17
commit
8b34241e80
@ -219,7 +219,7 @@ PKG_CMAKE_OPTS_TARGET="-DNATIVEPREFIX=$TOOLCHAIN \
|
||||
-DENABLE_CCACHE=ON \
|
||||
-DENABLE_LIRC=ON \
|
||||
-DENABLE_EVENTCLIENTS=ON \
|
||||
-DENABLE_LDGOLD=OFF \
|
||||
-DENABLE_LDGOLD=ON \
|
||||
$KODI_ARCH \
|
||||
$KODI_OPENGL \
|
||||
$KODI_OPENGLES \
|
||||
@ -246,7 +246,6 @@ PKG_CMAKE_OPTS_TARGET="-DNATIVEPREFIX=$TOOLCHAIN \
|
||||
pre_configure_target() {
|
||||
# kodi should never be built with lto
|
||||
strip_lto
|
||||
strip_gold
|
||||
|
||||
export LIBS="$LIBS -lz -lterminfo"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user