# HG changeset patch # User Michael Pavone # Date 1488102053 28800 # Node ID d93008d96247ebd0390dce178ba778def1240b0f # Parent 22b4297a5913eeda30af950490df64829e89f5db Back out -j4 on sdl make as it does not appear to be safe diff -r 22b4297a5913 -r d93008d96247 build_release --- a/build_release Sun Feb 26 01:29:37 2017 -0800 +++ b/build_release Sun Feb 26 01:40:53 2017 -0800 @@ -9,7 +9,7 @@ if [ $OS = "Linux" ]; then cd sdl ./configure - make -j4 clean all + make clean all cd .. rm -rf lib mkdir lib