We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82e4ad1 + a60ed19 commit d349215Copy full SHA for d349215
2 files changed
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
link: "static"
78
cc: "gcc"
79
cxx: "g++"
80
- flags: "--coverage"
+ flags: "--coverage -fprofile-update=atomic"
81
coverage: "lcov"
82
boost: "--build-boost"
83
secp256k1: "--build-secp256k1"
builds/cmake/CMakePresets.json
@@ -36,8 +36,8 @@
36
"hidden": true,
37
"cacheVariables": {
38
"CMAKE_BUILD_TYPE": "Debug",
39
- "CMAKE_C_FLAGS": "$env{CMAKE_C_FLAGS} -Og -g --coverage",
40
- "CMAKE_CXX_FLAGS": "$env{CMAKE_CXX_FLAGS} -Og -g --coverage"
+ "CMAKE_C_FLAGS": "$env{CMAKE_C_FLAGS} -Og -g --coverage -fprofile-update=atomic",
+ "CMAKE_CXX_FLAGS": "$env{CMAKE_CXX_FLAGS} -Og -g --coverage -fprofile-update=atomi -fprofile-update=atomic"
41
}
42
},
43
{
0 commit comments