소스 검색

more cores

rebrand
Martin Dørum 3 년 전
부모
커밋
3ecb5cb240
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main.cc

+ 1
- 1
src/main.cc 파일 보기

@@ -15,7 +15,7 @@

int main(int argc, char **argv) {
std::string outDir = "bbbuild";
int jobs = parallel::coreCount();
int jobs = parallel::coreCount() * 1.2 + 2;
std::string workDir = "";
std::string target = "";


Loading…
취소
저장