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 61095ed commit c104a38Copy full SHA for c104a38
CMakeLists.txt
@@ -124,7 +124,7 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
124
add_compile_options(
125
$<$<COMPILE_LANGUAGE:Fortran>:-fprofile-arcs>
126
$<$<COMPILE_LANGUAGE:Fortran>:-ftest-coverage>
127
- $<$<COMPILE_LANGUAGE:Fortran>:-O0>
+ $<$<COMPILE_LANGUAGE:Fortran>:-O1>
128
)
129
130
add_link_options(
0 commit comments