xbmc: build parallel with all cores again, i haerd it should be fixed now? lets test...

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-02-19 01:01:05 +01:00
parent 62768e3105
commit 565cdd7f27

View File

@ -385,9 +385,6 @@ pre_configure_target() {
# Todo: XBMC segfaults on exit when building with LTO support
strip_lto
# xbmc fails to build with more then 4 cores
MAKEFLAGS=-j4
export CFLAGS="$CFLAGS $XBMC_CFLAGS"
export CXXFLAGS="$CXXFLAGS $XBMC_CXXFLAGS"
export LIBS="$LIBS -lz"