diff --git a/main.cpp b/main.cpp index 587f395..b1f67b1 100644 --- a/main.cpp +++ b/main.cpp @@ -245,7 +245,17 @@ void MaybeRecompile(std::string source_file) int main(int argc, char *argv[]) { - if (argc>1) std::filesystem::current_path(argv[1]); + if (argc>1) { + for (int i=1; i(end_all - begin_all).count())/1000000; std::cout << "(" << t << " seconds)" << std::endl;