Skip to content

Commit

Permalink
missing flag for atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jan 9, 2025
1 parent dee9dc1 commit c462546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ if(FAST_BUILD AND HIGHS_COVERAGE)
# Enable coverage flags
add_compile_options(-O0)
add_compile_options(--coverage)
# add_compile_options(-fprofile-update=atomic)
add_compile_options(-fprofile-update=atomic)

add_link_options(-O0)
add_link_options(--coverage) # Ensure coverage data is linked correctly
Expand Down

0 comments on commit c462546

Please sign in to comment.