Parcourir la source

more cores

rebrand
Martin Dørum il y a 3 ans
Parent
révision
3ecb5cb240
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/main.cc

+ 1
- 1
src/main.cc Voir le fichier

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


Chargement…
Annuler
Enregistrer