From d10891b4698558e2049343f98e520cf34ce245ea Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 15 Jul 2024 21:00:53 +0200 Subject: [PATCH] Update dynamic_arch.yml --- .github/workflows/dynamic_arch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dynamic_arch.yml b/.github/workflows/dynamic_arch.yml index 10c2feb24..0f62d6c14 100644 --- a/.github/workflows/dynamic_arch.yml +++ b/.github/workflows/dynamic_arch.yml @@ -177,6 +177,7 @@ jobs: # Compiling with Flang 16 seems to cause test errors on machines # with AVX512 instructions. Revisit after MSYS2 distributes Flang 17. # no-avx512-flags: -DNO_AVX512=1 + no-avx512-flags: -DCMAKE_VERBOSE_MAKEFILES=ON - msystem: CLANG32 idx: int32 target-prefix: mingw-w64-clang-i686 @@ -195,6 +196,7 @@ jobs: # Compiling with Flang 16 seems to cause test errors on machines # with AVX512 instructions. Revisit after MSYS2 distributes Flang 17. # no-avx512-flags: -DNO_AVX512=1 + no-avx512-flags: -DCMAKE_VERBOSE_MAKEFILES=ON - msystem: UCRT64 idx: int32 target-prefix: mingw-w64-ucrt-x86_64