xbmc: build with 4 cores only

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-10-21 00:05:14 +02:00
parent a2af6f2ad1
commit 4dcdbafd5e

View File

@ -392,8 +392,8 @@ pre_configure_target() {
# Todo: XBMC segfaults on exit when building with LTO support # Todo: XBMC segfaults on exit when building with LTO support
strip_lto strip_lto
# dont build parallel # xbmc fails to build with more then 4 cores
# MAKEFLAGS=-j1 MAKEFLAGS=-j4
export CFLAGS="$CFLAGS $XBMC_CFLAGS" export CFLAGS="$CFLAGS $XBMC_CFLAGS"
export CXXFLAGS="$CXXFLAGS $XBMC_CXXFLAGS" export CXXFLAGS="$CXXFLAGS $XBMC_CXXFLAGS"