mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
xbmc: build with 4 cores only
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -392,8 +392,8 @@ pre_configure_target() {
|
||||
# Todo: XBMC segfaults on exit when building with LTO support
|
||||
strip_lto
|
||||
|
||||
# dont build parallel
|
||||
# MAKEFLAGS=-j1
|
||||
# xbmc fails to build with more then 4 cores
|
||||
MAKEFLAGS=-j4
|
||||
|
||||
export CFLAGS="$CFLAGS $XBMC_CFLAGS"
|
||||
export CXXFLAGS="$CXXFLAGS $XBMC_CXXFLAGS"
|
||||
|
||||
Reference in New Issue
Block a user