rossbar opened this issue 9 years ago · 1 comments
building of root will crash if above line is used (i.e. the -j option). Perhaps try -j $NUM_CPUS - 1 (with proper bash formatting for math)
Fixed by using NUM_CPUS - 1. Fixed in 6c09c4b