소스 검색

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