We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203d5c6 commit 080053cCopy full SHA for 080053c
CMakeLists.txt
@@ -258,8 +258,12 @@ if(IPC_TOOLKIT_WITH_CODE_COVERAGE AND CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
258
target_compile_options(ipc_toolkit PUBLIC
259
-g # generate debug info
260
--coverage # sets all required flags
261
+ -fprofile-update=atomic
262
+ )
263
+ target_link_options(ipc_toolkit PUBLIC
264
+ --coverage
265
266
)
- target_link_options(ipc_toolkit PUBLIC --coverage)
267
endif()
268
269
################################################################################
0 commit comments