Explorar el Código

Back to single thread

bryan hace 1 año
padre
commit
95f8d688cd
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      openwrtbuilder

+ 2 - 1
openwrtbuilder

@@ -669,7 +669,8 @@ fromSource() {
 
     # Make image
     (( DEBUG )) && make_opts+=("V=s")
-    make_opts+=("-j$(($(nproc) - 2))")
+    #make_opts+=("-j$(($(nproc) - 2))")
+    make_opts+=("-j1")
     execute make "${make_opts[@]}" defconfig download clean world
 
     popd || return 1