浏览代码

Debug build

bryan 1 年之前
父节点
当前提交
8619045bbe
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      openwrtbuilder

+ 2 - 2
openwrtbuilder

@@ -669,10 +669,10 @@ fromSource() {
     (( DEBUG )) && make_opts+=("V=s")
     execute make "${make_opts[@]}" defconfig
     execute make "${make_opts[@]}" dirclean
-    execute make "${make_opts[@]}" download
+    execute make "${make_opts[@]}" "-j1" download
     #execute make -f Makefile.aperl inst_perl MAP_TARGET=perl
     #execute make -f Makefile.aperl map_clean
-    execute make "${make_opts[@]}" "-j$(nproc)" world
+    execute make "${make_opts[@]}" "-j1" world
 
     popd || return 1