Update op.sh

pull/35033/head
royjr 1 week ago
parent b42ec33a63
commit ae6d91ce45
  1. 6
      tools/op.sh

@ -293,7 +293,7 @@ function op_build() {
op_run_command system/manager/build.py op_run_command system/manager/build.py
else else
# scons is fine on PC # scons is fine on PC
op_run_command scons $@ op_run_command scons -u -j$(nproc) $@
fi fi
} }
@ -416,8 +416,8 @@ function op_default() {
echo " Run the setup script to install" echo " Run the setup script to install"
echo " openpilot's dependencies." echo " openpilot's dependencies."
echo "" echo ""
echo " op build -j4" echo " op build"
echo " Compile openpilot using 4 cores" echo " Compile openpilot using all cores"
echo "" echo ""
echo " op juggle --demo" echo " op juggle --demo"
echo " Run PlotJuggler on the demo route" echo " Run PlotJuggler on the demo route"

Loading…
Cancel
Save