arch.sh: enable multicore gazebo compilation

This commit is contained in:
Matthias Grob 2019-10-11 12:06:01 +02:00
parent 7dd1be65ca
commit bba464d722

View File

@ -139,6 +139,8 @@ if [[ $INSTALL_SIM == "true" ]]; then
yay \
;
sudo sed -i '/MAKEFLAGS=/c\MAKEFLAGS="-j'$(($(grep -c processor /proc/cpuinfo)+2))'"' /etc/makepkg.conf
yay -S gazebo --noconfirm
if sudo dmidecode -t system | grep -q "Manufacturer: VMware, Inc." ; then