From 0b0cb4afa08210b572a9be6cadcb6397935b99d1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 9 Jan 2023 17:31:21 +0100 Subject: Make sure to flush compilation status lines to the console. --- src/task_cc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/task_cc.cc') diff --git a/src/task_cc.cc b/src/task_cc.cc index d1b89ce..29aeefb 100644 --- a/src/task_cc.cc +++ b/src/task_cc.cc @@ -182,7 +182,7 @@ int TaskCC::runInner() } std::cout << sourceFile.lexically_normal().string() << " => " << - targetFile().lexically_normal().string() << "\n"; + targetFile().lexically_normal().string() << std::endl; } return execute(compiler(), args, settings.verbose > 0); -- cgit v1.2.3