From 6d5b9eb453f7acd7226d65b7077ee228298b8b5c Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Mon, 30 Jun 2025 17:46:43 +0200 Subject: [PATCH] =?UTF-8?q?-=20[NEW]=20"--clean"=20borra=20tot=20lo=20prev?= =?UTF-8?q?iament=20compilat=20pa=20comen=C3=A7ar=20de=20zero.=20-=20[NEW]?= =?UTF-8?q?=20Al=20primer=20error=20ja=20para.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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;