Use nice and ionice while building
In order to be able to still work while building, it would be best to use nice and ionice.
This has been done by the old build tool armarx-dev and work perfectly there.
nice ionice -c 2 -n 7 cmake --build .
In order to be able to still work while building, it would be best to use nice and ionice.
This has been done by the old build tool armarx-dev and work perfectly there.
nice ionice -c 2 -n 7 cmake --build .