From 40036737d55e2303eb889f36cb230afb32e38626 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Tue, 20 Aug 2024 14:49:21 +0200 Subject: [PATCH] tests clang 18: --ffast-math needs -Wno-nan-infinity-disabled --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02d5ebd18..4cab23951 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -679,7 +679,7 @@ jobs: arch_flags: -march=native -Wno-unsafe-buffer-usage -Wno-switch-default - version: "18" distro: ubuntu-24.04 - arch_flags: -ffast-math -Wno-unsafe-buffer-usage -Wno-switch-default + arch_flags: -ffast-math -Wno-unsafe-buffer-usage -Wno-switch-default -Wno-nan-infinity-disabled ccache: 'true' - version: "18" distro: ubuntu-24.04