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 da97bf3 commit 9371817Copy full SHA for 9371817
CMakeLists.txt
@@ -352,7 +352,7 @@ SET(FORCE_COLORED_OUTPUT ON CACHE BOOL "Forces colored output when compiling wit
352
IF ( CMAKE_BUILD_TYPE STREQUAL Coverage )
353
SET(CMAKE_VERBOSE_MAKEFILE on )
354
SET(WB_COMPILER_OPTIONS_PRIVATE_COVERAGE_NEW --coverage -fprofile-arcs -ftest-coverage -g)
355
- SET(WB_COMPILER_OPTIONS_PRIVATE_COVERAGE_OLD "--coverage -fprofile-arcs -ftest-coverage -g")
+ SET(WB_COMPILER_OPTIONS_PRIVATE_COVERAGE_OLD "--coverage -fprofile-arcs -ftest-coverage -g -fprofile-update=atomic")
356
357
## for old versions of cmake
358
SET(WB_FORTRAN_COMPILER_FLAGS_COVERAGE "--coverage")
0 commit comments