From ae08c637814f4fb869747424bef4b87754928c1c Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 16 Sep 2016 11:12:11 +0200 Subject: [PATCH] Removed parallel build from mingw to avoid lockups --- arduino/make_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino/make_package.sh b/arduino/make_package.sh index 8f12cb32..9bbb0894 100755 --- a/arduino/make_package.sh +++ b/arduino/make_package.sh @@ -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