# HG changeset patch # User Michael Pavone # Date 1488102399 28800 # Node ID 8c34d195df013cc136830544c32ac7c47f5a35be # Parent d93008d96247ebd0390dce178ba778def1240b0f Back out -j4 on blastem make as it appears to be calling problems too diff -r d93008d96247 -r 8c34d195df01 build_release --- 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"