We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4e0c0 commit 1d59e0dCopy full SHA for 1d59e0d
.github/workflows/bsd.yaml
@@ -49,7 +49,10 @@ jobs:
49
gmake -C src -j2 CXX="ccache clang++"
50
# gmake -C jbmc/src setup-submodules
51
# gmake -C jbmc/src -j2 CXX="ccache clang++"
52
- gmake -C unit "CXX=ccache clang++"
+ # https://github.com/catchorg/Catch2/issues/2910 is an issue
53
+ # specific to Clang/LLVM 19 (which is what FreeBSD 15 ships)
54
+ gmake -C unit "CXX=ccache clang++" \
55
+ CXXFLAGS="-Wall -pedantic -Werror -Wswitch-enum -Wno-deprecated-declarations -Wno-c++20-extensions"
56
# gmake -C jbmc/unit "CXX=ccache clang++"
57
echo "Print ccache stats"
58
ccache -s
0 commit comments