Compare commits

...

2 Commits

Author SHA1 Message Date
SChernykh 38d900ba83 Merge branch 'master' into merge-mining
2 months ago
SChernykh b786271ce7 Fixed clang-18 compilation
2 months ago

@ -335,7 +335,7 @@ jobs:
matrix:
config:
- {c: "gcc", cxx: "g++", flags: "-ffunction-sections -Wno-error=maybe-uninitialized -Wno-error=attributes"}
- {c: "clang", cxx: "clang++", flags: "-fuse-ld=lld -Wno-unused-command-line-argument"}
- {c: "clang", cxx: "clang++", flags: "-fuse-ld=lld -Wno-unused-command-line-argument -Wno-nan-infinity-disabled"}
defaults:
run:

Loading…
Cancel
Save