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 c93c181 commit 7831b8fCopy full SHA for 7831b8f
UNITTESTS/CMakeLists.txt
@@ -76,7 +76,7 @@ if (COVERAGE)
76
endif()
77
78
# Append coverage compiler flags
79
- set(COVERAGE_COMPILER_FLAGS "-g -O0 --coverage -fprofile-arcs -ftest-coverage")
+ set(COVERAGE_COMPILER_FLAGS "-g -O0 --coverage")
80
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${COVERAGE_COMPILER_FLAGS}")
81
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${COVERAGE_COMPILER_FLAGS}")
82
0 commit comments