mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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"
|
XBMC_CRYSTALHD="--disable-crystalhd"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# xbmc fails to build with LTO optimization
|
# xbmc fails to build with LTO optimization if build without GOLD support
|
||||||
strip_lto
|
[ ! "$GOLD_SUPPORT" = "yes" ] && strip_lto
|
||||||
|
|
||||||
# dont build parallel
|
# dont build parallel
|
||||||
# MAKEFLAGS=-j1
|
# MAKEFLAGS=-j1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user