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 dcf7f0a commit 2c83d42Copy full SHA for 2c83d42
CMakeLists.txt
@@ -494,6 +494,8 @@ if(FAST_BUILD AND HIGHS_COVERAGE)
494
# Enable coverage flags
495
add_compile_options(-O0)
496
add_compile_options(--coverage)
497
+ add_compile_options(-fprofile-update=atomic)
498
+
499
add_link_options(-O0)
500
add_link_options(--coverage) # Ensure coverage data is linked correctly
501
0 commit comments