diff --git a/sot-dynamic-pinocchio-v3/Makefile b/sot-dynamic-pinocchio-v3/Makefile index 5effda521f275e0490e5c088a0c6b5a17d36e152..d2516232a5872eb26f5a40e4f713a64e68c811ed 100644 --- a/sot-dynamic-pinocchio-v3/Makefile +++ b/sot-dynamic-pinocchio-v3/Makefile @@ -14,6 +14,9 @@ CATEGORIES= wip LICENSE= gnu-lgpl-v3 COMMENT= Create entities to compute a robot dynamics properties +# parallel builds would consume all memory because of the g++ process size +MAKE_JOBS_SAFE= no + DYNAMIC_PLIST_DIRS+= share/doc/sot-dynamic CMAKE_ARGS+= -DPYTHON_SITELIB=${PYTHON_SITELIB} CMAKE_ARGS+= -DPYTHON_INCLUDE_PATH=${PYTHON_INCLUDE}