Skip to content

Commit

Permalink
tests clang 18: --ffast-math needs -Wno-nan-infinity-disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Aug 20, 2024
1 parent ff8b751 commit 305ba14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 305ba14

Please sign in to comment.