mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc: disable building with LTO support only if build without GOLD support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7a0ac909da
commit
110922d392
@ -230,8 +230,8 @@ else
|
||||
XBMC_CRYSTALHD="--disable-crystalhd"
|
||||
fi
|
||||
|
||||
# xbmc fails to build with LTO optimization
|
||||
strip_lto
|
||||
# xbmc fails to build with LTO optimization if build without GOLD support
|
||||
[ ! "$GOLD_SUPPORT" = "yes" ] && strip_lto
|
||||
|
||||
# dont build parallel
|
||||
# MAKEFLAGS=-j1
|
||||
|
Loading…
x
Reference in New Issue
Block a user