mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-09 04:42:49 +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";
|
string allobj = " " + obj_dir + "/hyper.o";
|
||||||
|
|
||||||
|
printf("compiling modules using batch size of %d:\n", batch_size);
|
||||||
|
|
||||||
int id = 0;
|
int id = 0;
|
||||||
vector<pair<int, string>> tasks;
|
vector<pair<int, string>> tasks;
|
||||||
for(string m: modules) {
|
for(string m: modules) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user