浏览代码

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 = "";


正在加载...
取消
保存