diff options
Diffstat (limited to 'src/bootstrap.cc')
-rw-r--r-- | src/bootstrap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.cc b/src/bootstrap.cc index 0846907..08f7b1f 100644 --- a/src/bootstrap.cc +++ b/src/bootstrap.cc @@ -53,7 +53,7 @@ int main(int argc, char* argv[]) settings.parallel_processes = std::max(1u, std::thread::hardware_concurrency() * 2 - 1); settings.verbose = 0; - auto all_tasks = getTasks(settings); + auto all_tasks = getTasks(settings, {}, false); for(auto task : all_tasks) { if(task->registerDepTasks(all_tasks)) |