changeset 1238:8c34d195df01

Back out -j4 on blastem make as it appears to be calling problems too
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Feb 2017 01:46:39 -0800
parents d93008d96247
children cd9c1acb0053
files build_release
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build_release	Sun Feb 26 01:40:53 2017 -0800
+++ b/build_release	Sun Feb 26 01:46:39 2017 -0800
@@ -25,7 +25,7 @@
 	cd ..
 fi
 
-make PORTABLE=1 -j4 clean all
+make PORTABLE=1 clean all
 make menu.bin
 if [ $OS = "Windows" ]; then
 	binaries="dis.exe zdis.exe stateview.exe vgmplay.exe blastem.exe SDL2.dll"