mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc: dont build with LTO support, this should fix #2370
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ccc3f0dbbd
commit
bc5192c7db
@ -239,6 +239,9 @@ fi
|
||||
# xbmc fails to build with LTO optimization if build without GOLD support
|
||||
[ ! "$GOLD_SUPPORT" = "yes" ] && strip_lto
|
||||
|
||||
# Todo: XBMC segfaults on exit when building with LTO support
|
||||
strip_lto
|
||||
|
||||
# dont build parallel
|
||||
# MAKEFLAGS=-j1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user