Skip to content

Commit 6aee1b7

Browse files
committed
Omit --coverage from static libraries
1 parent b5ec5a6 commit 6aee1b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake-init/templates/common/CMakePresets.json

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"CMAKE_BUILD_TYPE": "Coverage",
4242
"CMAKE_CXX_FLAGS_COVERAGE": "-O0 -g --coverage -fkeep-inline-functions -fkeep-static-functions",
4343
"CMAKE_EXE_LINKER_FLAGS_COVERAGE": "--coverage",
44-
"CMAKE_STATIC_LINKER_FLAGS_COVERAGE": "--coverage",
4544
"CMAKE_SHARED_LINKER_FLAGS_COVERAGE": "--coverage"
4645
}
4746
},

0 commit comments

Comments
 (0)