mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
add diagnostic message showing batch size
This commit is contained in:
parent
dcf81ee468
commit
4386f86efb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user