From 4386f86efb88c065fd82b3bf42fc8ba8f88d3eb0 Mon Sep 17 00:00:00 2001 From: still-flow <46608177+still-flow@users.noreply.github.com> Date: Thu, 28 May 2020 18:32:29 +0300 Subject: [PATCH] add diagnostic message showing batch size --- mymake.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mymake.cpp b/mymake.cpp index b8b7be8c..2f349945 100644 --- a/mymake.cpp +++ b/mymake.cpp @@ -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> tasks; for(string m: modules) {