Skip to content

Commit

Permalink
Speedup build_all by using all processors
Browse files Browse the repository at this point in the history
  • Loading branch information
WiseLord committed Mar 6, 2024
1 parent 01e19bc commit b3f965f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_all.sh
Expand Up @@ -2,7 +2,7 @@

cd src/

MAKEOPTS="-j4 -s"
MAKEOPTS="-j$(nproc) -s"
ret=0

STM32_MCU_LIST="F103CB F303CC F303CB"
Expand Down

0 comments on commit b3f965f

Please sign in to comment.