Skip to content

Commit

Permalink
ENH: remove flag for coverage (was used on a trial basis)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brunner <[email protected]>
  • Loading branch information
Brunner246 committed Sep 25, 2024
1 parent 914ccda commit 40fcc35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ if (MSVC)
add_compile_options(/W3 /WX /wd4251 /experimental:module /std:c++latest /RTC1)
else ()
add_compile_options(/W3 /WX /wd4251 /experimental:module /std:c++latest /O2)
add_link_options(--coverage)
endif ()
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
add_compile_options(-Wall -Wextra -pedantic -std=c++23) # -Werror => this is too strict for now - causes break when building CSV library
Expand Down

0 comments on commit 40fcc35

Please sign in to comment.