Browse Source

Back to single thread

bryan 1 year ago
parent
commit
95f8d688cd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      openwrtbuilder

+ 2 - 1
openwrtbuilder

@@ -669,7 +669,8 @@ fromSource() {
 
 
     # Make image
     # Make image
     (( DEBUG )) && make_opts+=("V=s")
     (( 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
     execute make "${make_opts[@]}" defconfig download clean world
 
 
     popd || return 1
     popd || return 1