Skip to content

Commit

Permalink
try without "-fno-delete-null-pointer-checks"
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Aug 16, 2024
1 parent f4537fc commit 07f5ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- toolchain: gcc
c-compiler: gcc
cxx-compiler: g++
cxx-flags: -fno-strict-aliasing -fno-delete-null-pointer-checks # GCC in MinSizeRel C++20 mode misoptimizes the Cavl test.
cxx-flags: -fno-strict-aliasing # GCC in MinSizeRel C++20 mode misoptimizes the Cavl test.
- toolchain: clang
c-compiler: clang
cxx-compiler: clang++
Expand Down

0 comments on commit 07f5ece

Please sign in to comment.