1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-27 10:23:41 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-10-29 19:15:35 +09:00
parent 8deb326648
commit 13033e48a4

View File

@ -375,7 +375,7 @@ private:
};
int main(int argc, char **argv) {
tbb::global_control tbb_cont(tbb::global_control::max_allowed_parallelism, 1);
tbb::global_control tbb_cont(tbb::global_control::max_allowed_parallelism, 64);
// Parse command line options
MyOptTable opt_table;