Ver Fonte

Back to single thread

bryan há 1 ano atrás
pai
commit
95f8d688cd
1 ficheiros alterados com 2 adições e 1 exclusões
  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