From fa0d954afaaae4e564fd843efdcddfa1e109c1ff Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 29 Aug 2026 23:14:54 +0200 Subject: [PATCH] Enable verbose compilation logging --- .ci/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/compile.sh b/.ci/compile.sh index ef0a3faef..0d65f9652 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -285,7 +285,7 @@ echo "::endgroup::" # Build echo "::group::Build project" echo "Running CMake with following build flags: ${buildflags[*]}" -cmake --build . "${buildflags[@]}" +cmake --build . --verbose "${buildflags[@]}" echo "::endgroup::" # Post-build