Skip to content

Commit

Permalink
use 1 core due to RAM issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Apr 12, 2024
1 parent 5563c47 commit 51eb003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
export CMAKE_OSX_DEPLOYMENT_TARGET="${MACOSX_DEPLOYMENT_TARGET}"
export CMAKE_INSTALL_PREFIX=${INSTALL_PREFIX}
export CMAKE_GENERATOR="Ninja"
export MAKE_OPTIONS="-v -j2"
export MAKE_OPTIONS="-v -j1"
# disable gcc 10 pstl TBB backend as it uses the old TBB API
export CMAKE_CXX_FLAGS='"-fvisibility=hidden -D_GLIBCXX_USE_TBB_PAR_BACKEND=0 -DNDEBUG"'
export BUILD_SHARED_LIBS=OFF
Expand Down

0 comments on commit 51eb003

Please sign in to comment.