Skip to content

Commit a7adf79

Browse files
author
Christos Konstantinos Matzoros
committed
Remove optimization flag
1 parent 01b4d70 commit a7adf79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ option(ENABLE_COVERAGE "Enable code coverage flags" OFF)
3030

3131
if(ENABLE_COVERAGE AND CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
3232
message(STATUS "Code coverage enabled")
33-
add_compile_options(--coverage -O0 -g)
33+
add_compile_options(--coverage -g)
3434
add_link_options(--coverage)
3535
endif()
3636

0 commit comments

Comments
 (0)