Browse Source

more cores

rebrand
Martin Dørum 3 years ago
parent
commit
3ecb5cb240
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main.cc

+ 1
- 1
src/main.cc View File

@@ -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…
Cancel
Save