Forráskód Böngészése

Single thread builds.

Brucey 10 hónapja
szülő
commit
eaf7c41faf
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      src/scripts/build_release.sh

+ 3 - 1
src/scripts/build_release.sh

@@ -685,7 +685,7 @@ build_apps() {
 	# initial bcc, built with current release
 	echo ""
 	echo "Building Initial bcc (using current release)"
-	if ! BlitzMax/bin/bmk makeapp -r temp/BlitzMax/src/bcc/bcc.bmx; then
+	if ! BlitzMax/bin/bmk makeapp -r -single temp/BlitzMax/src/bcc/bcc.bmx; then
 		echo "Failed to build initial bcc"
 		exit 1
 	fi
@@ -740,6 +740,8 @@ build_apps() {
 		cp temp/BlitzMax/src/bmk/custom.bmk temp/BlitzMax/bin && \
 		cp temp/BlitzMax/src/bmk/make.bmk temp/BlitzMax/bin
 
+	C_OPTION="-single"
+
 	if [ ! -z "$CROSS_COMPILE" ];then
 
 		case "$PLATFORM" in