xbmc: dont build with LTO support, this should fix #2370

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-06-16 19:33:51 +02:00
parent ccc3f0dbbd
commit bc5192c7db

View File

@ -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