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