Kaynağa Gözat

Try multicore

bryan 1 yıl önce
ebeveyn
işleme
38c4bdc864
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      openwrtbuilder

+ 1 - 0
openwrtbuilder

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