diff --git a/tools/op.sh b/tools/op.sh index cde29efd8c..1ee7b232b0 100755 --- a/tools/op.sh +++ b/tools/op.sh @@ -311,8 +311,7 @@ function op_build() { # needed on AGNOS to not run out of memory op_run_command openpilot/system/manager/build.py else - # scons is fine on PC - op_run_command scons "$@" + op_run_command scons -u "$@" fi }