Skip to content

Commit c104a38

Browse files
authored
Update CMakeLists.txt
1 parent 61095ed commit c104a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
124124
add_compile_options(
125125
$<$<COMPILE_LANGUAGE:Fortran>:-fprofile-arcs>
126126
$<$<COMPILE_LANGUAGE:Fortran>:-ftest-coverage>
127-
$<$<COMPILE_LANGUAGE:Fortran>:-O0>
127+
$<$<COMPILE_LANGUAGE:Fortran>:-O1>
128128
)
129129

130130
add_link_options(

0 commit comments

Comments
 (0)