Skip to content

Commit

Permalink
Removed parallel build from mingw to avoid lockups
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Sep 16, 2016
1 parent 5cae9fe commit ae08c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino/make_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ then
elif [[ x$OS == xMINGW32 ]];
then
# Windows
make bin/bossac.exe -j4
make bin/bossac.exe
strip --strip-all bin/bossac.exe
GCC_ARCH=`gcc -v 2>&1 | awk '/Target/ { print $2 }'`
else
Expand Down

0 comments on commit ae08c63

Please sign in to comment.