Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
victimsnino committed Sep 4, 2022
1 parent 593391c commit d7055a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"hidden": true,
"cacheVariables": {
"RPP_ENABLE_COVERAGE": "ON",
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_BUILD_TYPE": "Coverage",
"CMAKE_CXX_FLAGS_COVERAGE": "-O0 -g --coverage -fkeep-inline-functions -fkeep-static-functions -fprofile-arcs -ftest-coverage",
"CMAKE_EXE_LINKER_FLAGS_COVERAGE": "--coverage",
"CMAKE_SHARED_LINKER_FLAGS_COVERAGE": "--coverage"
Expand Down

0 comments on commit d7055a0

Please sign in to comment.