add diagnostic message showing batch size

This commit is contained in:
still-flow 2020-05-28 18:32:29 +03:00
parent dcf81ee468
commit 4386f86efb
1 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,8 @@ int main(int argc, char **argv) {
string allobj = " " + obj_dir + "/hyper.o";
printf("compiling modules using batch size of %d:\n", batch_size);
int id = 0;
vector<pair<int, string>> tasks;
for(string m: modules) {